256dpi / arduino-mqtt

MQTT library for Arduino
MIT License
1.01k stars 230 forks source link

Memory leak on failed mqtt_client.connect() #275

Closed dmarc1234 closed 1 year ago

dmarc1234 commented 2 years ago

I am experiencing the same issue as #191 reported some time ago.

On each failed connection after calling mqtt_client.connect() the heap is decreasing by about 4700~5000 bytes.

Was this issue ever resolved ?

256dpi commented 1 year ago

Closing. As discussed in #191 this is most likely and issue in an underlying library.