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
I suppose you want QoS>0 messages to be reliable preserved until delivery confirmation.
If you really need that, you have to setup it somehow in your code independently of that lib, because it provides MQTT transport features only, without any kind of session storage.
Is message retransmission required for QOS1 and QOS2 in mqtt client?
The library doesn't automatically do this. So if you need this to be reliable, your application code should keep track of messages until confirmation has been received (and do retransmissions where necessary).
No description provided.
The text was updated successfully, but these errors were encountered: