-
Can you set the delay time of session ID stored in cookies?
-
Hi guys,
nice work you did here. Thank you so much!!
Anyway, I stumbled upon a problem and really need some help.
I'm currently trying to pass a Float32Array from Javascript to Java.
The following …
-
Client code:
_socket = new SocketIOClient.SocketIO("http://localhost:9099", new SocketIOOptions
{
ExtraHeaders = new Dictionary
{
{ "token", "1234561" },
},
});
On the …
-
Hi, there,
I have a backend service【websocket service】(https://github.com/mrniko/netty-socketio).
when there is a large cookie in the request , the backend【websocket side】 will print such error:
…
-
Hello,
I'm facing a big problem and I don't know how to resolve it. I tried so many things..
I'm using netty-socketio to create a socket server on Android, and socket.io-client-java for client side.
…
-
Is netty-socketio still compatible with JDK6? I'm asking this because when I use Java 7, my client connects suceffuly and the server receives the **myevent** event . But when I switch to Java 6, the c…
-
I am using the newest version of netty-socketio (20.02.20).
The problem occurs inside [EncoderHandler.java](https://github.com/mrniko/netty-socketio/blob/master/src/main/java/com/corundumstudio/soc…
-
hi ,i just using the AndroidAsync in my project to connect the Netty-socketio server
but i just get the java.util.concurrent.TimeoutException all the time
finally i use the https://github.com/Gotto…
-
Hi there,
I'm working on developping my application using netty-socketio, but it seems to always finish with an out of memory error. If i anayze the heap dump, I see that the culprits are netty bu…
-
I found the netty-socketio API requires an event name to register listener on a namespace. That means all event type must be predefined. In my development, I hope there can be a generic event listener…