Polyconseil / aioamqp

AMQP implementation using asyncio
Other
280 stars 88 forks source link

channel: ensure we don't mess with waiter when the connection is closing #58

Closed dzen closed 8 years ago

dzen commented 8 years ago

When the connection is closing, the current code tries to stop all the waiters (on all previous command sent to the server).

dzen commented 8 years ago

This PR covers two problems: