achilleasa / dart_amqp

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

Any plans to implement heartbeats? #71

Closed cbalmeida closed 2 years ago

cbalmeida commented 2 years ago

Are you guys having any plans to implement heartbeats?

This is pretty necessary while we keep having lots of zombie connections on the server side!

achilleasa commented 2 years ago

Since this seems to be the most requested missing feature so far I will try to allocate some time over the next weeks to add support for heartbeats.

achilleasa commented 2 years ago

FYI, the 0.2.2 release includes this change.