Polyconseil / aioamqp

AMQP implementation using asyncio
Other
280 stars 88 forks source link

Fix incorrect `publish` call in the documentation #102

Closed os closed 7 years ago

os commented 8 years ago

queue = yield from channel.queue_declare("my_queue") returns a dictionary, not an actual queue.