summaryrefslogtreecommitdiff
path: root/python/qpid/delegates.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/qpid/delegates.py')
-rw-r--r--python/qpid/delegates.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/qpid/delegates.py b/python/qpid/delegates.py
index 61c8e8c326..7cfd9b11db 100644
--- a/python/qpid/delegates.py
+++ b/python/qpid/delegates.py
@@ -59,6 +59,7 @@ class Delegate:
def connection_close_ok(self, ch, close_ok):
self.connection.opened = False
+ self.connection.closed = True
notify(self.connection.condition)
def connection_heartbeat(self, ch, hrt):