eclipse / paho.mqtt.testing

An Eclipse Paho project - a Python broker for testing
https://eclipse.org/paho
Other
108 stars 73 forks source link

MQTTV5: Reason string on all ACKs #18

Closed icraggs closed 7 years ago

icraggs commented 7 years ago

Change most packets with a reason code to also allow an optional reason string. This is designed for problem determination and is not intended to be parsed by the receiver.

icraggs commented 7 years ago

Done.