-
Notifications
You must be signed in to change notification settings - Fork 268
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: filter unexpected PubAck in event loop pending queue. #859
Conversation
filter unexpected puback.
filter unexpected puback
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.
Please add an entry in rumqttc/CHANGELOG.md that mentions this as a fix, thanks!
update CHANGELOG.md
apply suggestion from rumqtt team Co-authored-by: Devdutt Shenoi <devdutt@outlook.in>
apply suggestion from rumqtt team Co-authored-by: Devdutt Shenoi <devdutt@outlook.in>
Thanks for suggestion. Updated, please have a PR review. |
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
Pull Request Test Coverage Report for Build 9078199207Details
💛 - Coveralls |
Type of change
bug fix: #849
An isolated PUBACK packet is being sent to the broker after the client reconnects.