Polyconseil / aioamqp

AMQP implementation using asyncio
Other
280 stars 88 forks source link

protocol: cleanly stop the run() task #217

Closed dzen closed 2 years ago

dzen commented 4 years ago

We kept the run() task running forever, even if the connection was closed cleanly. This commit also use an Event instead of a Future.