diff options
Diffstat (limited to 'python/qpid/peer.py')
-rw-r--r-- | python/qpid/peer.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/qpid/peer.py b/python/qpid/peer.py index 6ad5482f09..b9dd4e466a 100644 --- a/python/qpid/peer.py +++ b/python/qpid/peer.py @@ -190,6 +190,7 @@ class Channel: self.completion = OutgoingCompletion() self.incoming_completion = IncomingCompletion(self) self.futures = {} + self.control_queue = Queue(0)#used for incoming methods that appas may want to handle themselves # Use reliable framing if version == 0-9. if spec.major == 0 and spec.minor == 9: |