You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using WiFiClient class on esp-01 to connect to a java application socket on a PC.
By sketch logic it should reconnect when the socket opens again after initial disconnect.
The module can detect when the connection closes gracefully i.e when the application is terminated or socket is closed on PC, but if there is a sudden disconnection , like pulling out lan cable from PC ,then the module would not detect it as disconnection and WiFiClient::connected will keep returning true.
Settings in IDE
Module: Generic ESP8266 Module
Flash Size: 1MB
CPU Frequency: 80Mhz
Flash Mode: dio
Flash Frequency: 40Mhz
Upload Using: SERIAL
Reset Method: ck
Uh oh!
There was an error while loading. Please reload this page.
Basic Infos
Hardware
Hardware: ESP-01
Core Version: 2.1.0-rc2
Description
Problem description
Using WiFiClient class on esp-01 to connect to a java application socket on a PC.
By sketch logic it should reconnect when the socket opens again after initial disconnect.
The module can detect when the connection closes gracefully i.e when the application is terminated or socket is closed on PC, but if there is a sudden disconnection , like pulling out lan cable from PC ,then the module would not detect it as disconnection and WiFiClient::connected will keep returning true.
Settings in IDE
Module: Generic ESP8266 Module
Flash Size: 1MB
CPU Frequency: 80Mhz
Flash Mode: dio
Flash Frequency: 40Mhz
Upload Using: SERIAL
Reset Method: ck
Sketch
Debug Messages
The text was updated successfully, but these errors were encountered: