Commit 4b7476ad authored by Vincent Pelletier's avatar Vincent Pelletier

Forgotten in r1713: Transmit msg id to ping triggered from IdleEvent.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1719 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 4ea8de06
......@@ -74,7 +74,7 @@ class IdleEvent(object):
# for using this code, as other don't receive requests).
conn.lock()
try:
conn.ping()
conn.ping(msg_id=self._id)
finally:
conn.unlock()
# Don't retry pinging after at least PING_DELAY seconds have
......
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