adafruit / Adafruit_CircuitPython_MiniMQTT

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

don't raise an exception on PUBLISH messages while waiting for SUBACK #193

Closed romkey closed 6 months ago

romkey commented 6 months ago

Addresses issue 192

vladak commented 6 months ago

Already handled in PR #187 (along with specific test case to cover this).