vibe-mqtt
vibe-mqtt copied to clipboard
Add possibility to save and load session state
Session is stored in memory, so it is not persistent in any way. To make possible for users of this library to implement persistent storage, it is needed to add some mechanism to export and import session state.
This also depends on #14