Stop communicators

This commit is contained in:
Nicolas Mowen 2024-02-16 12:59:20 -07:00
parent c49bba800c
commit 2050804d85

View File

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