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
Persistence would allow clients to act as if the server is there all of the time - responsibility for the message would be handed over to the MQTT library.
This means if the connection to the server dropped or the client application crashes, the library can deliver the messages when the connection is back up again.
If could also act as a buffer, if there was a lot of data/messages to send to the MQTT server.
Types of storage for persistence:
I am not sure if it would be possible to use Memcache - I think a key quality would be to iterate through the persisted messages.
This is a pre-requisite for QoS 1 and 2.
The text was updated successfully, but these errors were encountered: