manager: handle mismatched code during WAITING too
This commit is contained in:
parent
a489f5da2b
commit
2e2120f327
|
@ -552,6 +552,7 @@ class Manager(object):
|
||||||
ABANDONING.upon(rx_HINTS, enter=ABANDONING, outputs=[]) # shouldn't happen
|
ABANDONING.upon(rx_HINTS, enter=ABANDONING, outputs=[]) # shouldn't happen
|
||||||
STOPPING.upon(rx_HINTS, enter=STOPPING, outputs=[])
|
STOPPING.upon(rx_HINTS, enter=STOPPING, outputs=[])
|
||||||
|
|
||||||
|
WAITING.upon(stop, enter=STOPPED, outputs=[notify_stopped])
|
||||||
WANTING.upon(stop, enter=STOPPED, outputs=[notify_stopped])
|
WANTING.upon(stop, enter=STOPPED, outputs=[notify_stopped])
|
||||||
CONNECTING.upon(stop, enter=STOPPED, outputs=[stop_connecting, notify_stopped])
|
CONNECTING.upon(stop, enter=STOPPED, outputs=[stop_connecting, notify_stopped])
|
||||||
CONNECTED.upon(stop, enter=STOPPING, outputs=[abandon_connection])
|
CONNECTED.upon(stop, enter=STOPPING, outputs=[abandon_connection])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user