notes
This commit is contained in:
parent
9e5bf452e3
commit
63ae3c63fc
|
@ -178,8 +178,10 @@ def tryit(reactor):
|
||||||
print("waiting on _done_d to finish")
|
print("waiting on _done_d to finish")
|
||||||
return cm._done_d
|
return cm._done_d
|
||||||
|
|
||||||
|
# http://autobahn-python.readthedocs.io/en/latest/websocket/programming.html
|
||||||
|
# observed sequence of events:
|
||||||
# success: d_callback, onConnect(response), onOpen(), onMessage()
|
# success: d_callback, onConnect(response), onOpen(), onMessage()
|
||||||
# negotifail: d_callback, onClose()
|
# negotifail (non-websocket): d_callback, onClose()
|
||||||
# noconnect: d_errback
|
# noconnect: d_errback
|
||||||
|
|
||||||
def tryws(reactor):
|
def tryws(reactor):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user