diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2009-10-23 17:44:34 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2009-10-23 17:44:34 +0000 |
| commit | bc87bf3d45393afade50fb49a078ece6e520ddd6 (patch) | |
| tree | a71e53eb0f68c994586e537baf670c91d8944203 /qpid/python | |
| parent | 184b2697c8a080d0cfb79f021c000a6040a1c5f7 (diff) | |
| download | qpid-python-bc87bf3d45393afade50fb49a078ece6e520ddd6.tar.gz | |
update the broker state so we avoid accidentally generating overlapping drains
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@829142 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python')
| -rw-r--r-- | qpid/python/qpid/driver.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/python/qpid/driver.py b/qpid/python/qpid/driver.py index 6ac5c0e04f..4f001974d4 100644 --- a/qpid/python/qpid/driver.py +++ b/qpid/python/qpid/driver.py @@ -702,6 +702,7 @@ class Driver: sst.write_cmd(MessageStop(rcv.destination, sync=True), do_stop) if rcv.draining: + _rcv.draining = True def do_flush(): rcv.impending = rcv.received rcv.granted = rcv.impending |
