rename
This commit is contained in:
parent
3c9c0e58ab
commit
9e5bf452e3
|
@ -54,9 +54,9 @@ class Dummy(protocol.Protocol):
|
||||||
self.factory.cm.onClose(why)
|
self.factory.cm.onClose(why)
|
||||||
|
|
||||||
# pip install (path to automat checkout)[visualize]
|
# pip install (path to automat checkout)[visualize]
|
||||||
# automat-visualize wormhole.wormhole
|
# automat-visualize wormhole._connection
|
||||||
|
|
||||||
class _WebSocketMachine(object):
|
class WebSocketMachine(object):
|
||||||
m = MethodicalMachine()
|
m = MethodicalMachine()
|
||||||
ALLOW_CLOSE = True
|
ALLOW_CLOSE = True
|
||||||
|
|
||||||
|
@ -172,7 +172,7 @@ class _WebSocketMachine(object):
|
||||||
disconnecting.upon(onClose, enter=closed, outputs=[])
|
disconnecting.upon(onClose, enter=closed, outputs=[])
|
||||||
|
|
||||||
def tryit(reactor):
|
def tryit(reactor):
|
||||||
cm = _WebSocketMachine("ws://127.0.0.1:4000/v1", reactor)
|
cm = WebSocketMachine("ws://127.0.0.1:4000/v1", reactor)
|
||||||
print("_ConnectionMachine created")
|
print("_ConnectionMachine created")
|
||||||
print("start:", cm.start())
|
print("start:", cm.start())
|
||||||
print("waiting on _done_d to finish")
|
print("waiting on _done_d to finish")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user