adafruit / Adafruit_CircuitPython_MiniMQTT

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

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

Closed romkey closed 11 months ago

romkey commented 11 months ago

Addresses issue 192

vladak commented 11 months ago

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