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

amqp_abort() when connecting to qpid broker #78

Closed
alanxz opened this issue Nov 14, 2012 · 1 comment
Closed

amqp_abort() when connecting to qpid broker #78

alanxz opened this issue Nov 14, 2012 · 1 comment
Labels
Milestone

Comments

@alanxz
Copy link
Owner

alanxz commented Nov 14, 2012

Get rid of amqp_abort() functions when getting unexpected data from the broker, especially when connecting to a broker we don't support (like qpid).

Instead of causing the whole program to abort, the expected behavior should be:

  • close the socket immediately
  • report an error to the caller
@alanxz
Copy link
Owner Author

alanxz commented Jun 13, 2013

This should be fixed in PR #118

@alanxz alanxz closed this as completed Jun 13, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant