eandersson / amqpstorm

Thread-safe Python RabbitMQ Client & Management library
MIT License
188 stars 36 forks source link

Update heartbeat interval implementation [#127] #128

Closed eandersson closed 11 months ago

eandersson commented 11 months ago

The current implementation of the client side heartbeat incorrectly interprets the heartbeat variable as the interval, and not the heartbeat timeout. This could in edge cases cause the server to incorrectly close the connection.