eclipse / paho.mqtt.python

paho.mqtt.python
Other
2.17k stars 723 forks source link

Documentation does not mention differences in constructor/callback parameters for MQTTv5 #642

Open smuskiew opened 2 years ago

smuskiew commented 2 years ago

It seems like the pydocs for paho-mqtt are missing a few details regarding the MQTTv5 protocol:

Is it possible to update the pydocs to reflect the above for v5?

quocneo commented 1 year ago

This issue priority should be the highest. API documents must be correct. Some tutorials on Internet are updated with MQTTv5 but the number of arguments is still 5. http://www.steves-internet-guide.com/python-mqtt-client-changes/