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.
**Describe the bug** Sometimes there is a crash when trying to connect while there is no connectivity (Android device in airplane mode) **To Reproduce** Please fill the following code example:...
Server: ``` "socket.io": "4.5.2", "socket.io-client": "4.5.2", ``` JS/Postman client connects correctly to server. Kotlin client does _nothing_. No callbacks are executed, `socket.connected` stays `false`. jvm: **openjdk-18.0.1.1** paltform/os: *ubuntu 21.10* _(it's...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
After updating to 2.1.0 socket is not connecting. getting server error. i would like to use onAny function which is only available in latest version only.  kindly help me
It has been running for a long time without issues. Received a disconnect event, and then it closed. It was unable to recover on its own。 how can this be...
Socket connecting but showing ANRs in android 14 and working fine in lower android versions. **To Reproduce** Please fill the following code example: Socket.IO server version: `4.0.0` Socket.IO java client...
• Using ConcurrentHashMap for multi-threaded environment • Making clearAcks() public for clearing acknowledgement when needed
Hi socket.io-client-java Maintainers, I'm reaching out because I appreciate your work on socket.io-client-java. As open-source security is a growing concern, I'd like to suggest some improvements based on the [OpenSSF](https://github.com/ossf/scorecard)...
Can there be possibility that the socket events even if subscribed not being received at all but other events are being received but some particular events even after subscribing to...