Polyconseil / aioamqp

AMQP implementation using asyncio
Other
280 stars 88 forks source link

Changed Protocol.run to stop hiding exceptions. #113

Closed tylerjohnhughes closed 7 years ago

tylerjohnhughes commented 7 years ago

When error on dispatch occurs, I get an infinite loop. This solves that problem by assuming the connection has closed.