add websocket multiplexer

This commit is contained in:
Jacob Plaster
2019-06-18 14:42:19 +08:00
committed by Jacob Plaster
parent d027de9964
commit 13e7d505f8
9 changed files with 240 additions and 76 deletions

View File

@@ -251,7 +251,6 @@ class OrderManager:
key = None
for k in callback_storage.keys():
if k in idents:
print (callback_storage[k])
key = k
# call all callbacks associated with identifier
for callback in callback_storage[k]: