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

fix: clear exception flag on disconnect future if its also sent to handlers #281

Merged
merged 5 commits into from
May 20, 2024

Conversation

bdraco
Copy link
Member

@bdraco bdraco commented May 20, 2024

If we do not clear the exception retrieved flag on the disconnect future it will likely never be retrieved since wait_for_disconnect will never be called when the reply handler raises.

…ndlers

If we do not clear the exception retrieved flag on the disconnect
future it will likely never be retrieved since wait_for_disconnect
will never be called when the reply handler raises.
@bdraco bdraco changed the title Clear exception flag on disconnect future if its also sent to handlers fix: clear exception flag on disconnect future if its also sent to handlers May 20, 2024
@bdraco bdraco marked this pull request as ready for review May 20, 2024 21:30
@bdraco bdraco merged commit be68a79 into main May 20, 2024
16 of 17 checks passed
@bdraco bdraco deleted the exc_flag branch May 20, 2024 21:37
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