I'm having an unusual issue with the ESP module working as web client and I have looked in some places, and I still haven't found answer. The issue is the following: the ESP is working as web client, sending and reading data from a database hosted in a web server. The module works fine for hours, sometimes only minutes,and there's a moment the module no longer has communication with server. Firstly, I thought it was wifi connection issue, but module remains connected to wifi after lost communication with server. I have been debugging module searching for any issue, but nothing. It seems the issue is in the loop() function where I'm reading data from database almost every second. I'm using ARDUINO/ESP8266 IDE 1.6.7.
Any idea what's happening?
Thanks in advance