Skip to content
Snippets Groups Projects
Commit 05fcf6a9 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

queue.bind

parent b108a8c1
No related branches found
No related tags found
No related merge requests found
# v1.2
* queue's name will be filled in upon being declared
* added queue.bind
# v1.1.1
......
......@@ -138,9 +138,6 @@ class Operation(object):
self.obj) # todo access not threadsafe
self.declarer.on_discard(self.obj)
else:
if isinstance(payload, QueueDeclareOk):
self.obj.name = payload.queue
self.span_finished()
if self.fut is not None:
self.fut.set_result(None)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment