Commit 313723df authored by Yuxin Wu's avatar Yuxin Wu

add msgpack to requirements

parent 47f76e94
......@@ -108,6 +108,7 @@ class SimulatorMaster(threading.Thread):
self.send_queue = queue.Queue(maxsize=100)
self.send_thread = LoopThread(lambda:
self.s2c_socket.send_multipart(self.send_queue.get()))
self.send_thread.daemon = True
self.send_thread.start()
# make sure socket get closed at the end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment