paho.mqtt.python icon indicating copy to clipboard operation
paho.mqtt.python copied to clipboard

Client Local Persistence in the Python library

Open surashiva opened this issue 5 years ago • 1 comments

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?

surashiva avatar Oct 07 '19 09:10 surashiva

+1

carlos00027 avatar May 27 '22 20:05 carlos00027

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).

MattBrittan avatar Dec 07 '23 20:12 MattBrittan