TakahikoKawasaki / nv-websocket-client

High-quality WebSocket client implementation in Java.
Apache License 2.0
2.03k stars 292 forks source link

Socket disconnected but callback not received #198

Open him2016 opened 4 years ago

him2016 commented 4 years ago

In case I leave my app in the background for too long, the socket connection is disconnected from the server but disconnect callback not received on client side. Is this an issue or am I doing something wrong? Please help.