Stop communicators

This commit is contained in:
Nicolas Mowen 2024-02-16 12:59:20 -07:00
parent 7090b808af
commit 550e872506

View File

@ -684,8 +684,11 @@ class FrigateApp:
self.detection_queue.close() self.detection_queue.close()
self.detection_queue.join_thread() self.detection_queue.join_thread()
self.dispatcher.stop() # Stop Communicators
self.inter_process_communicator.stop()
self.inter_config_updater.stop() self.inter_config_updater.stop()
self.dispatcher.stop()
self.detected_frames_processor.join() self.detected_frames_processor.join()
self.ptz_autotracker_thread.join() self.ptz_autotracker_thread.join()
self.event_processor.join() self.event_processor.join()