-
Notifications
You must be signed in to change notification settings - Fork 259
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
Remove SubAck/UnsubAck/PubAck/PubRec/PubRel/PubComp reason code errors from critical state error #877
Remove SubAck/UnsubAck/PubAck/PubRec/PubRel/PubComp reason code errors from critical state error #877
Conversation
Pull Request Test Coverage Report for Build 9475994142Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9641321877Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
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.
LGTM! just some minor changes.
PS: I don't think logging warn!
is correct in case of failure reason code ( because i think it is upto application to determine how to treat reason code ). But let's keep it for now for smooth transition from returning error to logging warning. Can you also add this under changed section of changelog that we will be logging warnings?
Thanks for the PR!
Updated, please check. |
Pull Request Test Coverage Report for Build 9672557916Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9672609567Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
Thank you so much for your patience and contribution! |
Type of change
Bug fix (non-breaking change which fixes an issue): #875
In v5, filtered error cases so ACK fail cases are not disconnecting.
Checklist:
cargo fmt
CHANGELOG.md
if it's relevant to the users of the library. If it's not relevant mention why.