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

Fixed resend_pubrel_ registration logic. #914

Merged
merged 1 commit into from
Feb 7, 2022

Conversation

redboltz
Copy link
Owner

@redboltz redboltz commented Feb 7, 2022

When user manually sends from pubrel ( it is permitted by MQTT spec ) on
MQTT v5, invalid asssertion failed happened.

This PR solve it.

When user manually sends from pubrel ( it is permitted by MQTT spec ) on
MQTT v5, invalid asssertion failed happened.

This PR solve it.
@codecov
Copy link

codecov bot commented Feb 7, 2022

Codecov Report

Merging #914 (d45dee7) into master (f272660) will increase coverage by 0.02%.
The diff coverage is 90.90%.

@@            Coverage Diff             @@
##           master     #914      +/-   ##
==========================================
+ Coverage   83.14%   83.17%   +0.02%     
==========================================
  Files          63       63              
  Lines        9909     9923      +14     
==========================================
+ Hits         8239     8253      +14     
  Misses       1670     1670              

@redboltz redboltz merged commit ad8a160 into master Feb 7, 2022
@redboltz redboltz deleted the fix_start_with_pubrel_case branch February 7, 2022 09:41
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.

None yet

1 participant