-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Heartbeat support? #50
Comments
Hi @emk , I'm glad to hear that you find this library useful. Heartbeat is indeed one of the missing features. It should not be that hard to implement.
More information available AMQP Spec, page 36-37. |
Definitely an awesome library so far. Heartbeat support would be a great feature to implement, no doubt. I'll see if I can get around to opening a PR for this ASAP. |
Ok, opened up initial PR on getting this in order. I am giving it some practical testing now. |
Thank you for writing a great AMQP library for Rust!
I'm using this library at work, and I've run into a use-case where it would really help to have AMQP heartbeat support. Do you have any suggestions about how heartbeat support could be implemented, and where to start? Thank you for any pointers you can provide!
The text was updated successfully, but these errors were encountered: