socket.io-client-java
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.
socket.io-client-java repeatedly disconnecting and connecting to my nodeJs backend server with nginx
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...
**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...
**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*...
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...
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...
 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...
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?...
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...
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...
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).