Polyconseil / aioamqp

AMQP implementation using asyncio
Other
280 stars 88 forks source link

heartbeat timers completely pollute logs with thousands of errors per second #112

Closed RemiCardona closed 7 years ago

RemiCardona commented 7 years ago
INFO 2016-09-30 16:33:48,614 asyncio poll 2994.933 ms took 2998.075 ms: timeout
WARNING 2016-09-30 16:33:48,615 aioamqp.protocol Connection lost exc=None
INFO 2016-09-30 16:33:48,621 aioamqp.protocol Close connection
WARNING 2016-09-30 16:33:48,630 asyncio socket.send() raised exception.
WARNING 2016-09-30 16:33:48,630 asyncio socket.send() raised exception.
WARNING 2016-09-30 16:33:48,631 asyncio socket.send() raised exception.
[...]

The patch for #111 actually made things much worse. This is thoroughly embarrassing.