This commit is contained in:
Brian Warner 2016-12-17 17:30:18 -08:00
parent 9e5bf452e3
commit 63ae3c63fc

View File

@ -178,8 +178,10 @@ def tryit(reactor):
print("waiting on _done_d to finish")
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()
# negotifail: d_callback, onClose()
# negotifail (non-websocket): d_callback, onClose()
# noconnect: d_errback
def tryws(reactor):