-
-
Notifications
You must be signed in to change notification settings - Fork 332
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 removal of pending messages on error #888
Conversation
cc18864
to
5a3e951
Compare
5a3e951
to
d99d52e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@krassowski Thank you for this bug fix! Really appreciate you going the extra mile here by adding unit tests too. Just one minor callout below. 👍
d99d52e
to
6b664c2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work, thank you!
* Add a test case for closing pending messages * Remove pending message on error * Add a test for not sending closing message twice * Review: make `close_pending` idempotent
Fixes #884