bertmelis / espMqttClient

MQTT 3.1.1 client library for the Espressif devices ESP8266 and ESP32 on the Arduino framework.
https://www.emelis.net/espMqttClient/
MIT License
100 stars 21 forks source link

Fixed an error that prevented a successful reconnection. #103

Closed tbnobody closed 1 year ago

tbnobody commented 1 year ago

The state machine was started and immediately stopped again because the _state was set incorrectly when the state machine was started.

bertmelis commented 1 year ago

Closes #102