Commit 3024298e authored by Grégory Wisniewski's avatar Grégory Wisniewski

Reset oid_set after a transaction is verified.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2498 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 54196ec1
......@@ -143,6 +143,7 @@ class VerificationManager(BaseServiceHandler):
packet = Packets.CommitTransaction(tid)
for node in self.app.nm.getIdentifiedList(pool_set=uuid_set):
node.notify(packet)
self._oid_set = set()
# If possible, send the packets now.
em.poll(0)
......
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