256dpi / arduino-mqtt

MQTT library for Arduino
MIT License
1.01k stars 230 forks source link

Session Store #294

Closed 256dpi closed 1 year ago

256dpi commented 1 year ago

Explore the possibility to implement a session store (memory, flash, etc.) to properly handle QoS1 and QoS2 re-delivery. As usual, lwmqtt should provide the building blocks on which we can build upon.

256dpi commented 1 year ago

After thinking about it, this is out of scope for this project. However, I'd like to expose the recent duplicate message handing from lwmqtt.