Commit 39007ac6 authored by Aurel's avatar Aurel

when an hidden node get back to running state, act if we lost the

connection to the PMN, thus we do not need to modify the protocol to
handle missing packet


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@555 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent d48c6993
......@@ -286,7 +286,9 @@ class Application(object):
while 1:
self.em.poll(1)
if node.getState() != HIDDEN_STATE:
return
# act as if we lost the connection to the PMN
# thus all protocol remains the same
raise PrimaryFailure
def queueEvent(self, callable, *args, **kwargs):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment