gilmaimon / ArduinoWebsockets

A library for writing modern websockets applications with Arduino (ESP8266 and ESP32)
GNU General Public License v3.0
482 stars 97 forks source link

ESP32 Server disconnected when receiving messages #155

Open luojie466 opened 6 months ago

luojie466 commented 6 months ago

Start

server.listen(8080);

192.168.10.111 Is server live? 1

ws://192.168.10.111:8080

Connection successful


when i send messages to ESP32 server

Send 123 Echo: 123

Server Disconnect

erickcrus commented 6 months ago

same here