adafruit / Adafruit_CircuitPython_MiniMQTT

MQTT Client Library for CircuitPython
Other
72 stars 50 forks source link

_wait_for_msg() should return message type #183

Closed vladak closed 7 months ago

vladak commented 8 months ago

While traversing the _wait_for_msg() code, I noticed that there is discrepancy between what the docs say about the return value and reality. This change fixes that.