-
-
Thanks for this awesome framework. I was excited to add the binary support to our product. The problem is I can't get the basic byte[] pushed down based on the demo.
I'm using 1.7.5 (and even tried s…
-
We are using version 1.7.3. We have found the following scenario to be easily reproduced but 'not a good one':
- Startup Socket.IO server on port 55555
- have connection/disconnect handler
- have…
-
Hi,
I am using **Gottox/socket.io-java-client** to connect to **netty-socketio server (v1.7.3)**, but it is throwing a NPE as shown below. I am using the **socket.io version 1.x** for the connection …
-
Hi mrniko!
I have 2 running server instances (eg ports 8080,8081) using RedissonStoreFactory
connected to the same redis server
```
Configuration config = new Configuration();
config.setHostname("lo…
-
I have a similar issue to Binary Support? #175. But I am trying to send binary from server to client.
Client Javascript:
Doc.Config.socket.on('recording', function (data) { ... }
Server NodeJS:
…
-
client demo flashsocket-index.html didn't work, can you add server source code for flashsocket.
-
The errors are listed below, looks like a couple methods are being called on interfaces that are not on those interfaces. I was trying to evaluate the project for use and tried following the direction…
-
Hi,
After a few days telling me this:
01:30:15 WARN An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle …
-
If you call schedule, it is possible to miss a cancellation if you call cancel before it is added to the map.
executorService.schedule() is called.
Before we put it in the map via scheduledFutures.…