-
For example i test this
``` Java
this.socketIOServer.getBroadcastOperations().sendJsonObject(rapport)
```
But i have big problem in production server, i test with 2 client (Firefox and Chrome in a …
-
Hi , is there any function through which i can read the cookies' header in the @OnMessage method ???
-
I'm getting a null pointer exception, due to null key being looked up in a map:
```
[nioEventLoopGroup-3-2] ERROR com.corundumstudio.socketio.handler.PacketHandler - Error during data processing. Cli…
Usnul updated
10 years ago
-
When attempting to build and launch the demo server application, I run into an error trying to run the demo server with the `mvn exec:java` command.
The following is the output I receive when running…
-
since introduce OSGI bundle in version 1.6.0, I can not get jar denpendency,something is absent?consider add configuration items?
####
```
jar
bundle
…
-
-
Hi,
I noticed the ResourceHandler isn't able to return any resource and always return HTTP 400 error. I found it might be related to the following section in AutorizeHandler:
if (!config…
-
When emit an event from Socket.io in JavaScript to server implemented in netty-socketio, the server reported NullPointerException in JacksonJsonSupport.java:157 to get event name of the fired event. A…
-
Is there a way to get all rooms that a specific client (SocketIOClient) is joined in? I cannot find a way to do this.
majiy updated
10 years ago
-
version : netty-socketio 1.5.1
SocketIOServer has two private field: bossGroup & workerGroup,but not init never.thus when you calling stop method,bad luck will come here...