TakahikoKawasaki / nv-websocket-client

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

A non-control frame was detected although the existing continuation had not been closed #200

Open Mohammed2Hussein opened 4 years ago

Mohammed2Hussein commented 4 years ago

D/MainActivity: onError() -> cause: com.neovisionaries.ws.client.WebSocketException: A non-control frame was detected although the existing continuation had not been closed. D/MainActivity: onFrameError() -> cause: com.neovisionaries.ws.client.WebSocketException: A non-control frame was detected although the existing continuation had not been closed.

I got this error when try to connect with server at first time, when do reconnect this error not happened again. Sometimes this error not happened after try to connect several times.