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, 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...

bug

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...

question

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...

question

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...

question

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....

question

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...

question

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...

question

Does version 2.0.1 work with Java 6 ? Does a previous version ? It would be great if it did !

question

**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...

bug

Hello! Is there any way to emit _volatile_ messages from the java client? Thanks!!

enhancement