Polyconseil / aioamqp

AMQP implementation using asyncio
Other
280 stars 88 forks source link

Do not send and do not expect heartbeat if hearbeat value is 0 #209

Closed jkr78 closed 2 years ago

jkr78 commented 4 years ago

If heartbeat is not set, open channel fails when using older RabbitMQ (or if RabbitMQ configured not to use heartbeat)

RemiCardona commented 2 years ago

Thanks for your PR, I finally got around to merging this.