Polyconseil / aioamqp

AMQP implementation using asyncio
Other
280 stars 88 forks source link

add StreamReader check #146

Closed benderino268 closed 7 years ago

benderino268 commented 7 years ago

StreamReader in Python3.5 sets to None in connection_lost method. Occasionally, this leads to endless exception throw.

This fix may close issue #115.

EliRibble commented 7 years ago

We just hit this in production, if the original author doesn't want to make the changes I'd be happy to make them to get this branch merged

RemiCardona commented 7 years ago

Squashed commits into cbb137920b000db3d99adfa986ad9a7dc9b58876 and pushed to master. Thanks for the fix !