Open rozetko opened 5 years ago
We should finish analytics process correctly
event_loop.close()
thread_pool.shutdown()
socket.close()
zmq_context.term()
This issue might be related: https://github.com/hastic/hastic-server/issues/46
https://docs.python.org/3.6/library/asyncio-eventloop.html#unix-signals
We should finish analytics process correctly
event_loop.close()
thread_pool.shutdown()
socket.close()
zmq_context.term()
(https://stackoverflow.com/a/20084246)This issue might be related: https://github.com/hastic/hastic-server/issues/46