Search found 1 match

by PikaCZ
Thu Nov 24, 2022 6:38 pm
Forum: ESP32 Arduino
Topic: WiFi Client - TCP Communication
Replies: 0
Views: 1115

WiFi Client - TCP Communication

Hi, I am using WiFiClient to connect my ESP32 to a TCP server on my computer. Everything works nice until the server (PC) closes the connection. When the server closes the connection, the function that returns the connection status waits exactly 100s before returning the connection status When debug...