morrissinger / ESP8266-Websocket

A websocket library for the ESP-8266.
305 stars 119 forks source link

ESP8266 WS Server don't recognizing android client's disconnection #27

Open ghost opened 7 years ago

ghost commented 7 years ago

I have create a Android App(WS Client) which I use Autobahn Library. In ESP8266(NodeMCU) I have the WebSocket Server with library arduinoWebSockets. My problem is when I am connected to the AP and then close the Wifi and disconnect from access point in Android the ESP don't recognize the disconnect.

Why this can happen ?

Thanks!