diff options
author | Rafael H. Schloming <rhs@apache.org> | 2009-09-04 11:33:31 +0000 |
---|---|---|
committer | Rafael H. Schloming <rhs@apache.org> | 2009-09-04 11:33:31 +0000 |
commit | 837a0d89151514463295959944ea0b7828ae44c4 (patch) | |
tree | 9d7488073fc60237009b3482ffaee4a2cca40cda /python/qpid/driver.py | |
parent | 1f167dbd032708567ec7c1fe639258db39e27cd7 (diff) | |
download | qpid-python-837a0d89151514463295959944ea0b7828ae44c4.tar.gz |
fixed the wait logic for session close
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@811350 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/qpid/driver.py')
-rw-r--r-- | python/qpid/driver.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/qpid/driver.py b/python/qpid/driver.py index a759588572..fc6481bece 100644 --- a/python/qpid/driver.py +++ b/python/qpid/driver.py @@ -191,6 +191,7 @@ class Driver: if ssn.closing: _ssn.close() del self._attachments[ssn] + ssn.closed = True def _exchange_query(self, ssn, address): # XXX: auto sync hack is to avoid deadlock on future |