Skip to content
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

Partial support for AMQP heartbeats #109

Merged
merged 2 commits into from
Jun 25, 2013
Merged

Partial support for AMQP heartbeats #109

merged 2 commits into from
Jun 25, 2013

Conversation

alanxz
Copy link
Owner

@alanxz alanxz commented Apr 19, 2013

Provide support for AMQP heartbeats in wait_frame_inner(). Heartbeats will
be sent/recv'd when this function is called and it enters a
long-blocking wait.

From an library-user's perspective heartbeats are only handled inside of
amqp_simple_wait_frame() (and any RPC function). They are not handled in
amqp_basic_publish() nor anything outside the library.

Check heartbeats when doing basic.publish. Do this by doing a recv on
the socket.
@alanxz alanxz merged commit aca5dc1 into master Jun 25, 2013
@alanxz alanxz deleted the heartbeating branch June 25, 2013 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant