ChuckBell / MySQL_Connector_Arduino

Database connector library for using MySQL with your Arduino projects.
332 stars 133 forks source link

New version please: solves a hanging connect #230

Open sweiland-openrails opened 4 weeks ago

sweiland-openrails commented 4 weeks ago

Has been asked before: https://github.com/ChuckBell/MySQL_Connector_Arduino/issues/194.

Please issue a new version of this MySQL Connector Arduino. This solves a hanging connection (looping endlessly in MySQL_Encrypt_Sha1.cpp) running on ESP32 with the latest Arduino IDE 2.3.2. Was hard to find as the bugfix https://github.com/ChuckBell/MySQL_Connector_Arduino/pull/177 states the code is crashing. Which was not true in my particular case, it was hanging.

New users would really appreciate such a new version.