eclipse / paho.mqtt.python

paho.mqtt.python
Other
2.12k stars 722 forks source link

"See ReasonCode.names": did not work #845

Open smurfix opened 1 month ago

smurfix commented 1 month ago

As this class attribute is actually useful, make the code fit the comment.

This also saves a bit of time and memory because the map was recreated for each ReasonCode instance.

smurfix commented 1 month ago

I added hopefully-uncontroversial fixes for a couple of other issues.