paho.mqtt.python
paho.mqtt.python copied to clipboard
Client Local Persistence in the Python library
Hi,
I am trying to use the MQTT python client and there is a use case where I need a local persistence of the MQTT messages when there is a possibility that the broker connection is lost so messages are buffered but the client could be restarted too. In a hard reboot the client loses the messages which are offline buffered, i see the file persistence implemented in the Java library but i dont see any corresponding hook in the python library. Any idea when client persistence will be implemented on the python library? If not is there any pointer of how one could do it in the application side?
+1
I'm going to close this as a duplicate (#223). This is part of a general project to clean-up issues (which should make it simpler to identify priorities going forward).