Commit 333003cc authored by Grégory Wisniewski's avatar Grégory Wisniewski

Revert "There is at most one iteration that match, break when found."

This reverts commit r1630.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1643 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent a3b706aa
......@@ -79,9 +79,8 @@ class ClientOperationHandler(BaseClientAndStorageOperationHandler):
except KeyError:
pass
del app.transaction_dict[tid]
# Now it may be possible to execute some events.
app.executeQueuedEvents()
break
# Now it may be possible to execute some events.
app.executeQueuedEvents()
def timeoutExpired(self, conn):
self.dealWithClientFailure(conn.getUUID())
......
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