eclipse / paho.mqtt.python

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

publish.single and publish.multiple lack MQTTv5 properties #739

Open skinkie opened 12 months ago

skinkie commented 12 months ago

https://github.com/eclipse/paho.mqtt.python/blob/master/src/paho/mqtt/publish.py#L180

vs

https://github.com/eclipse/paho.mqtt.python/blob/master/src/paho/mqtt/client.py#L1199

As an user I would like to use the inline sending option with the ability to set message retainment.