remove uvloop.... asyncio was better

asyncio
n0mjs710 7 years ago
parent 7ef399e56e
commit 05c05cb027

@ -735,7 +735,7 @@ if __name__ == '__main__':
# Becuase this version has no report server
report_server = None
asyncio.set_event_loop_policy(uvloop.EventLoopPolicy())
#asyncio.set_event_loop_policy(uvloop.EventLoopPolicy())
loop = asyncio.get_event_loop()
# HBlink instance creation

Loading…
Cancel
Save

Powered by TurnKey Linux.