Commit 9dbbb564 authored by Denis Bilenko's avatar Denis Bilenko

update hub.py to use reinit() rather than fork()

parent 62bb3d1b
......@@ -127,7 +127,7 @@ if _original_fork is not None:
def fork():
result = _original_fork()
get_hub().loop.fork()
get_hub().loop.reinit()
return result
......
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