You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The order will cause _handle_pubrec_packet does not properly remove messages.
If client sends packages out and very soon to get PUBREC, it will not remove this message before pushing back.
sunnyanthony
changed the title
won't remove resend messages if PUBREC is faster than pushing message
won't remove resend messages if PUBREC is faster than message pushed
Oct 15, 2021
gmqtt/gmqtt/client.py
Lines 197 to 198 in 50bc083
The order will cause
_handle_pubrec_packet
does not properly remove messages.If client sends packages out and very soon to get
PUBREC
, it will not remove this message before pushing back.The suggestion:
The text was updated successfully, but these errors were encountered: