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

close amqp connection on error #794

Merged
merged 1 commit into from
Sep 30, 2024
Merged

close amqp connection on error #794

merged 1 commit into from
Sep 30, 2024

Conversation

carlhoerberg
Copy link
Member

Don't try to continue to read from a client socket in the case of FrameDecode or general exceptions. Chance is that a CloseOk never will be receivied and instead new FrameDecode error will be raised again and again.

Don't try to continue to read from a client socket in the case of
FrameDecode or general exceptions. Chance is that a CloseOk never will
be receivied and instead new FrameDecode error will be raised again and
again.
@carlhoerberg carlhoerberg merged commit 8e78c73 into main Sep 30, 2024
24 of 25 checks passed
@carlhoerberg carlhoerberg deleted the break-on-frame-error branch September 30, 2024 07:55
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.

3 participants