java-android-websocket-client icon indicating copy to clipboard operation
java-android-websocket-client copied to clipboard

Java/Android WebSocket Client

Results 8 java-android-websocket-client issues
Sort by recently updated
recently updated
newest added

hi I am trying to send data with this library and when i see results in other side it sends just headers i cant find data ` private static final...

I added enableAutomaticReconnection(5000) but after i get this exception (System.err: tech.gusavila92.websocketclient.exceptions.InvalidServerHandshakeException: Invalid status code. Expected 101, received: 503) the web socket does not retry to connect after 5000ms

enhancement

Hello, I got problem with connecting to esp8266 board using websockets when it runs as AP without internet connection. How I could solve this problem? `I/System.out: failed to connect to...

webSocket.close(RES_CODE,description); This is possible in okHtttp, is it possible with this library...?

enhancement

Connecting to a Swoole Websocket Server results to a 400 error based on this example: https://www.swoole.co.uk/docs/modules/swoole-websocket-server 127.0.0.1 has been replaced with 0.0.0.0 and works Ok with Simple WebSocket Client extension...

Hi! Need use ExecutorService for send data.

The Server handshake is done with SHA1 algo. This algo is considered as a weak algo and shall be upgraded to more secure sha256. Can you do that or tell...