Merge "Wait for command processor thread to stop"

This commit is contained in:
Zuul 2019-03-18 22:42:01 +00:00 committed by Gerrit Code Review
commit 0f8f24e7df
1 changed files with 1 additions and 0 deletions

View File

@ -351,6 +351,7 @@ class Scheduler(threading.Thread):
self.rpc.join()
self._command_running = False
self.command_socket.stop()
self.command_thread.join()
def runCommand(self):
while self._command_running: