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

Hi, I've an issue where the sockets is repeatedly disconnecting and connecting to my nodeJs backend server. And I have configured Nginx as Reverse Proxy for WebSocket for 2 nodeJs...

question

**I am getting the below mentioned error frequently while I am using in the application and I am using the version** I face this issue in the middle of the...

bug

**Describe the bug** I continuously get a generic error upon attempting to connect with a simple socket.io implemented server; as a client. The error is: `server error`. **To Reproduce** *Server*...

question

when i use socket.io-client v1.0.1, i want to collect all the monitored data into an array buut after testing, it is found that the message is added to the array...

question

I compare events that we are trying to emit from the client side to the backend. After comparing these samples: - JS: ```42["sendMessage",{"chatId":"62519549325a40c72576938d","messageText":"gh"}]``` - Android: ```42["sendMessage","{"messageText":"gh","chatId":"62519549325a40c72576938d"}"]``` As you can see...

question

![image](https://user-images.githubusercontent.com/6571461/162691116-5a02a401-2e3d-43f3-adc5-74dfa8cd34a1.png) We are using version 0.6.0 in our project which is available in maven, and our app is facing crashes with above error, is this error has to do with...

bug

It automatically disconnects and reconnects every 20 seconds or so. It's confusing to automatically disconnect even if there is no successful connection. By the way how to open the log?...

question

Server version: unknown Client version:2.0.1 I use JS connection in the webpage and it works fine。 But in java, I have used various versions of the client, and it keeps...

question

Hello. Using socket.io 1.0.0, okhttp3 4.9.1 on Android. Do somebody have ideas, how to fix this crash? ``` Caused by java.lang.IllegalStateException Unbalanced enter/exit okio.AsyncTimeout$Companion.scheduleTimeout (AsyncTimeout.java:225) okio.AsyncTimeout$Companion.access$scheduleTimeout (AsyncTimeout.java:201) okio.AsyncTimeout.enter (AsyncTimeout.java:54) okio.AsyncTimeout.withTimeout...

question

The method `public static ParsedURI parse(URI uri)` is returning a `ParsedURI`which I can't use because it is not public (at least from Kotlin).