mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-09 04:35:25 +03:00
Stop communicators
This commit is contained in:
parent
c49bba800c
commit
2050804d85
@ -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()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user