MySQL Forums
Forum List  »  Connector/Arduino

Re: I use MySQL connectorl and after some time it stops. PLEASE HELP
Posted by: Daniel Wee
Date: December 10, 2016 10:25AM

I'm experiencing the same problems.

In my case, it's running on an ESP8266. My code resets and goes to sleep after every execution so it starts with a clean slate. In my case, it looks like the problem occurs at the client.connect stage. It would go into the connect and never return so the code hangs there.

Since this is pretty much being reset over and over again, there should not be any problems with cumulative memory leaks. On top of that, this is purely at the connect level. I check for the presence of a TCP connection but it is possible that this might drop.

Oddly, I have another unit running code compiled earlier that never hangs. I think I will load the new code there and see what the problem might be. If you have some clues about where to look for the problem, I'd be happen to run some tests.

This is with 1.1.1 in Arduino for ESP8266.

Daniel

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: I use MySQL connectorl and after some time it stops. PLEASE HELP
1013
December 10, 2016 10:25AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.