summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qpid/python/qpid/delegates.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/python/qpid/delegates.py b/qpid/python/qpid/delegates.py
index a720e2e1c7..82bbe67ede 100644
--- a/qpid/python/qpid/delegates.py
+++ b/qpid/python/qpid/delegates.py
@@ -170,3 +170,6 @@ class Client(Delegate):
def connection_open_ok(self, ch, open_ok):
self.connection.opened = True
notify(self.connection.condition)
+
+ def connection_heartbeat(self, ch, hrt):
+ ch.connection_heartbeat()