-
Hi,
I'm using the `WebSocketClient` in an Android app and I receive the following `NullPointerException` from some users:
```
java.lang.NullPointerException: ssl == null
at com.android.org.co…
-
I need to implement OneToOne video call function in android . can anyone tell me how to do and is there any sample code?
-
## Current Behavior
Failed to SSL Handshake when connecting to [SSL server](https://github.com/TooTallNate/Java-WebSocket/blob/master/src/main/example/SSLServerExample.java).
But, can connect some o…
-
Hi,I met a problem in Android.
In Android, if the WebSocket sends Message too large, the Message received in the OnMessage is incomplete.Does java-websocket need to set the message size?
-
I am using Java-WebSocket 1.3.0 version for establishing websocket connection from android app.
SocketChannel implementation used is from android sdk jar, which calls IoBridge.connect with connect tim…
-
Hello everyone.
Im using android studio and trying to connect socket.
After mWebSocketClient.connectBlocking();
i got "Invalid status code received: 520"
using ver. 1.3.5
(Tested with many othe…
-
-
Hi @NaikSoftware
Sometimes on restart and sometimes on rotate of the device I get the following error:
```
08-21 20:06:33.203 25646-25730/co.oroson.android D/WebSocketsConnectionProvider: onWebs…
-
I'm not doing anything special, just connecting and waiting and I get this:
close with code: 1006
java.lang.NullPointerException
at org.java_websocket.drafts.Draft_10.acceptHandshakeAsClient(Dr…
-
Using latest version of Java-WebSocket vs latest version of SockJS.
We have browser and iOS websocket implementations maintaining connections to SockJS with no problems but Android disconnects after …