achilleasa / dart_amqp

Dart AMQP client implementing protocol version 0.9.1
MIT License
79 stars 40 forks source link

Track missed heartbeats ala raj #114

Closed rajmaniar closed 9 months ago

rajmaniar commented 10 months ago

Here's an alternative implementation that's counts the sent heartbeat and zeros the counter on every message received.