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
Can support save session to disk or database, and reload the session data and message from database or disk after broker restart. Certainly, it should also recover the _unacknowledgedPublishPackets from database if set cleanSession to false. It is useful for our tolerance design
Which project is your feature request related to?
Server
Describe the solution you'd like
Load the session data and put them into MqttSessionsStorage class.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Describe the feature request
Can support save session to disk or database, and reload the session data and message from database or disk after broker restart. Certainly, it should also recover the _unacknowledgedPublishPackets from database if set cleanSession to false. It is useful for our tolerance design
Which project is your feature request related to?
Describe the solution you'd like
Load the session data and put them into MqttSessionsStorage class.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: