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.
The sendBuffer has a few issues. 1. The buffer is essentially unlimited, so any message emited will ultimately be put on this buffer, meaning that it will potentially have a...
I'm Android flutter. How do I fix this? I still have problems with 3.x references
hello ALL, can i use multiple socket connection ? is it normal ? frontend : Android Java backend : Nodejs issue : socket is disconnect after sometimes. i tried many...
**Describe the bug** Cannot Received Event socket manager "ping" on Android **To Reproduce** Socket.IO server Run On Nodejs version: `4.5.2` *Server* ```js import { Server } from "socket.io"; const io...
**Describe the bug** The `IO::managers` map is added to, but never removed from, and there is no method to clear it - so a bunch of stuff leaks. **To Reproduce**...
**Describe the bug** Let's imagine that we open two sockets to the same path but with different namespaces. Here we see only one connection with the multiplex. Everything is OK....
Previously, the exclude was required( https://github.com/socketio/engine.io-client-java/issues/13 ), but this was probably due to the fact that com.github.nkzawa:socket.io-client was used. Rather, now if you exclude it, you will get `java.lang.ClassNotFoundException: org.json.JSONException`.
Hi, my websockt uri is: ws://192.168.0.1:19900/socket/?EIO=3&transport=websocket&sid=30101e05-abcc-41c5-b361-376a814fd580 If I want to send messages to the server, must hava a valid sid, so how to create connection and get the sid My...
In our analysis, we observe that this target/surefire-report/ directory is generated but not later used during the CI build. Hence, we propose to disable generating this directory to save runtime....
Like we send auth parameter ion iOS using the following way, But I couldn't found a way to send It same in iOS. ``` chatSocketManager = SocketManager(socketURL: socketURL, config: [.log(true),...