espressif / esp-mqtt

ESP32 mqtt component
Apache License 2.0
603 stars 255 forks source link

Automatic re-subbing after reconnecting. (IDFGH-3499) #159

Closed KaeLL closed 4 years ago

KaeLL commented 4 years ago

If the client disconnects and connects again, the topic subscriptions are lost, and re-subbing has to be done manually. Such a redundant and intrinsic functionality should be supported by the library. Thoughts?

KaeLL commented 4 years ago

Completely forgot about persistent sessions. My bad. Closed.