- add subscription via MessageDispatcher

This commit is contained in:
jens
2020-11-25 08:41:43 +01:00
parent 89922a4984
commit 4cde362642
6 changed files with 27 additions and 29 deletions
+1 -1
View File
@@ -200,7 +200,7 @@ if __name__ == '__main__':
h_dispatcher = taskmgr.start()
h_server = server.listen("localhost", 8765)
asyncio.gather(h_dispatcher, h_server)
server.loop.run_forever()
server.run_forever()
while True:
print("Hallo")