Skip to content

Commit

Permalink
Set _stop flags before stop_checkings for faster exit
Browse files Browse the repository at this point in the history
  • Loading branch information
izsoandras committed Nov 30, 2021
1 parent c3e2104 commit d6872ef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions RKIgui.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,12 @@ def closing_seq(self):
if self.test_producer_process is not None:
self.test_producer_process.kill()

# TODO: to normally instead of simple and dirty
self.dbproxy._stop = True
self.tel_listener._stop = True
self.log_listener._stop = True
self.param_listener._stop = True

self.dbproxy.stop_checking()
self.tel_listener.stop_checking()
self.log_listener.stop_checking()
Expand Down

0 comments on commit d6872ef

Please sign in to comment.