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.
Hi, when I turned off internet connection and then I turned on internet connection. socket's on listeners not working in 10 - 20 seconds. After 10 - 20 seconds, listeners...
I am creating an android app with auth and I send data to authorize on my Socket.io Server. I can send the data and handle it on my server just...
I am using socket dependency "io.socket:socket.io-client:0.8.3" and the server version is 2.3.0. In our product, we use to emit socket from web panel and Android app listens to it and...
Hi! Our product is using your socket io library and we are really satisfied with the library. But, I faced a crash in EventThread below when using R8. ``` 09-30...
Hello sir, I am an jr.Android Developer and created a socket.io client side with java. So I think you know there is v1 or v2 in client side for java....
When I use the maven package to compile code by eclipse IDE ,than it happen some error! ----------------------------------------------------------------------------------------------------------------------- [INFO] [INFO] ---------------------< io.socket:socket.io-client >--------------------- [INFO] Building socket.io-client 2.0.2-SNAPSHOT [INFO] --------------------------------[ jar...
Where to find documentation for v1 Android client? The client and servers are not compatible with each others, and there are different platform clients which has different progress. Good documentations...
Java 6
Does version 2.0.1 work with Java 6 ? Does a previous version ? It would be great if it did !
**Describe the bug** Sometimes a crash occurs when trying to destroy socket instance. **To Reproduce** Please fill the following code example: ```java socket = IO.socket(serverEndpoint) public void destroyInstance() { if...
Hello! Is there any way to emit _volatile_ messages from the java client? Thanks!!