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
{{ message }}
This repository was archived by the owner on Nov 10, 2020. It is now read-only.
I use surgemq as a MQTT broker. When I send messages with two publisher at the same time and a subscriber with qos 2. The subscriber loss some message.I try to find out why? It seems to has bug in ackqueue.go. Beacuse when I use qos 0 or 1 ,not message loss. Please help!