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

Crurently with this codebase I can't see a way to implement connection state recovery where I can specify the auth callback, can anyone help me with that?

enhancement

**Describe the bug** Report: ConcurrentModificationException when use AckWithTimout... (no issues with regular Ack(), only with AckWithTimout because of concurrent / thread-safe ...) **To Reproduce** Please fill the following code example:...

bug

**Describe the bug** I expect latest [socket.io-client-java](https://github.com/socketio/socket.io-client-java) 2.1.0 can interop with 'io.socket:socket.io-server:4.0.1', but can't Android 10 emulator, client use config: ``` IO.Options opt = IO.Options.builder() // IO factory options .setForceNew(true)...

bug

**Describe the bug** Sometimes socket.io client on android sends array of int[] wront. On server I receive something which looks like this: SELL_COMPANIES_SELECTED: {"sellCIndices":"[I@50bf616","nexEvent":"PROCESS_GAME_FIELD"} As you can see sellCIndices":"[I@50bf616" which...

bug

I use version 1.0.0 in my project, and after installing it with an Android 13 phone, the socket does not respond and there is no callback. Is there any way...

bug

**Describe the bug** When i try to send message to NodeJS Socket.io Server, small message (< 32MB) is succeed but when payload more than 32MB => `disconnect` event fired with...

bug

**Is your feature request related to a problem? Please describe.** When I test the the project. There is a test in ParserTest.java:68. It has side effect that will print following...

enhancement

**Is your feature request related to a problem? Please describe.** Yes, while debugging in Android Studio using the Socket IO client library, I find it challenging to quickly and efficiently...

enhancement

**Is your feature request related to a problem? Please describe.** No official support for Kotlin. **Describe the solution you'd like** I think it would be helpful to programmers who design...

enhancement