I've been working with the ESP8266 for a few weeks now, using the Arduino IDE available for the ESP. I'm running a simple socket server that listens on port 4998, what I've been encountering is that after a while the code crashes and I lose either complete connection to the WiFi network or just the socket server functionality (in this last scenario I'm able to ping the chip and get a response), my code uses EEPROM to store the network credentials (SSID, password) and uses the web server example as a template. Has anyone encountered any issues on this? Any help would be deeply appreciated. Thanks!
Jorge.