socket.io-client-java icon indicating copy to clipboard operation
socket.io-client-java copied to clipboard

Full-featured Socket.IO Client Library for Java, which is compatible with Socket.IO v1.0 and later.

Results 135 socket.io-client-java issues
Sort by recently updated
recently updated
newest added

I'm using socket io for real time communication between an Android Application and a node.js server. Whenever I'm emiting a json object(from say node.js server) with text in telugu font...

### What happened? There are 1 security vulnerabilities found in org.json:json 20090211 - [MPS-2022-13520](https://www.oscs1024.com/hd/MPS-2022-13520) ### What did I do? Upgrade org.json:json from 20090211 to 20180130 for vulnerability fix ### What...

I have implemented socket.io client side in java spring boot, using thread pool executor. Now my socket connections are build successfully, but after 50s to 1 minute, they start getting...

question

Socket.IO Library has two vulnerabilities which are coming out from the internal OkHttp dependency. I've used the latest socket.io v2.1.0 which is using very old version 3.12.12 of OkHttp. Following...

Good day! First, thanks for this unique library and maintained repository we have here. I hope my questions don't sound silly and found the team in a great start of...

question

**Describe the bug** Socket is being connected at the same time app is getting crashed at (even try block is not able to catch it) **To Reproduce** 2022-09-29 20:14:37.069 24427-24464/com.arriyam.countersocketandroid...

bug

Upgrade json from 20090211 to 20180130 for vulnerability fix: - [MPS-2022-13520](https://www.oscs1024.com/hd/MPS-2022-13520)

**Describe the bug** I am trying to send a json object to my server something like this :- ``` val jsonObject = JsonObject() jsonObject.addProperty("domain", "test") jsonObject.addProperty("type", "test") jsonObject.addProperty("bearer", "test") mSocket?.emit("subscribe",...

question

**Is your feature request related to a problem? Please describe.** Yes, the problem arises when mobile applications experience temporary network disconnections. Currently, the library doesn't support the connection state recovery...

enhancement

java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.Object.toString()' on a null object reference at io.socket.client.Socket.onevent(Socket.java:337) at io.socket.client.Socket.onpacket(Socket.java:289) at io.socket.client.Socket.access$100(Socket.java:24) at io.socket.client.Socket$2$2.call(Socket.java:120) at io.socket.emitter.Emitter.emit(Emitter.java:117) at io.socket.client.Manager.ondecoded(Manager.java:427) at io.socket.client.Manager.access$1600(Manager.java:30) at io.socket.client.Manager$7.call(Manager.java:403) at...

question