eclipse / paho.mqtt.python

paho.mqtt.python
Other
2.18k stars 724 forks source link

Support message buffering before initial connect #620

Open thorbjornsomod opened 2 years ago

thorbjornsomod commented 2 years ago

Hi,

Would it be possible to implement this:

https://github.com/eclipse/paho.mqtt.java/pull/354

for the Python implementation of the client aswell? For all the reasons mentioned here:

https://github.com/eclipse/paho.mqtt.java/issues/352

thorbjornsomod commented 2 years ago

I guess this also means implementing Disconnected Publishing as mentioned in this:

https://solace.com/blog/whats-new-neon-release-mqtt-paho/