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: session clean up #468

Closed icraggs closed 6 years ago

icraggs commented 6 years ago

308 Ensure session state is correctly cleaned up.

Cleansession is now cleanstart. Expiry_interval property is used to work out when session expires.

icraggs commented 6 years ago

Change cleansession to cleanstart for MQTTClient, to match MQTTAsync.