-
-
Notifications
You must be signed in to change notification settings - Fork 118
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
Async pushing of QOS0 and QOS2 #76
Comments
OK, got further in it. ` this->lastPhase = phase;
My QOS-callback code sets lastPhaseAck which is a global in the real code |
hi @mkesselaers |
Hi,
I have 2 separate processes :
1 is pushing messages every second with QOS0 while the other one sometimes pushes an important event using QOS2.
While debugging the issues that QOS2-messages sometimes are not published, I saw that the PUBREC from Mosquitto was not responded with a PUBREL.
As soon as I restarted the device and it reconnects, Mosquitto resended the PUBREC and the device responded immediately.
Is there any reason you can think of where a PUBREC is not responded with a PUBREL?
Thanks in advance,
Best regards,
Maarten
The text was updated successfully, but these errors were encountered: