From 5c90bcdf26ed9483bb18336de1f30dee54733157 Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Mon, 8 Jun 2009 14:11:28 +0000 Subject: make the client delegate echo heartbeats git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@782639 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/python/qpid/delegates.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qpid/python') 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() -- cgit v1.2.1