|
@@ -736,6 +736,7 @@ class Consumer(object):
|
|
# to the current channel.
|
|
# to the current channel.
|
|
self.ready_queue.clear()
|
|
self.ready_queue.clear()
|
|
self.timer.clear()
|
|
self.timer.clear()
|
|
|
|
+ state.reserved_requests.clear()
|
|
|
|
|
|
# Re-establish the broker connection and setup the task consumer.
|
|
# Re-establish the broker connection and setup the task consumer.
|
|
self.connection = self._open_connection()
|
|
self.connection = self._open_connection()
|