def on_stop(self):
     self.go = False
     self.worker_thread.join(timeout=2)
     MessageSubscriberAndLiveResponseActor.on_stop(self)
Example #2
0
 def on_stop(self):
     self.go = False
     self.worker_thread.join(timeout=2)
     MessageSubscriberAndLiveResponseActor.on_stop(self)