diff options
Diffstat (limited to 'python/qpid/delegates.py')
| -rw-r--r-- | python/qpid/delegates.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/qpid/delegates.py b/python/qpid/delegates.py index a720e2e1c7..82bbe67ede 100644 --- a/python/qpid/delegates.py +++ b/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() |
