eclipse / paho.mqtt.c

An Eclipse Paho C client library for MQTT for Windows, Linux and MacOS. API documentation: https://eclipse.github.io/paho.mqtt.c/
https://eclipse.org/paho
Other
1.94k stars 1.09k forks source link

MQTTV5: Deliver QoS 2 message on receipt, not PUBREL #476

Closed icraggs closed 6 years ago

icraggs commented 6 years ago

308

This is really optional, but 'discouraged'! Could save some storage space as the publish packet won't need to be stored (for incoming publish packets).

icraggs commented 6 years ago

Implemented. I want to test with restart/recovery test program.