arduino-mqtt
arduino-mqtt copied to clipboard
Memory leak on failed mqtt_client.connect()
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 ?