tchaloupka / vibe-mqtt

MQTT client for D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add possibility to save and load session state

tchaloupka opened this issue · comments

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