-
I start a netty socketio 1.6.7 server on ubuntu, I've set max number of open file on linux to a large number. But after a few days running, it shows can't access http://serverIP:9092/socket.io/1?xxxx.…
-
I got a lot of this exception when I use version 1.6.7, any idea what will cause it?
ERROR [nioEventLoopGroup-3-2] com.corundumstudio.socketio.listener.DefaultExceptionListener (DefaultExceptionListen…
-
When running under load with ~500+ polling clients, we are seeing their connections getting disconnected from the server side causing a 'bloat' of TIME_WAIT connections on the server.
Under certain ci…
-
Give me some article or advices! Thank you!
-
has anyone used it with the java server https://github.com/mrniko/netty-socketio ?
I can connect from the js client but not from this one (I am trying to unit test). Is there any problem running bot…
-
Configuration details say config.setTransports(Transpot... transports) will set Transports supported by server;Such as:
setTransports Transports supported by server, defaults to [Transport.WEBSOCKET, …
-
Hi, I have an android app which was connected to socket io server(node.js).
Recently I have switched server to netty-socketio and updated to socket.io-client-java last version, and I noticed all clie…
-
I am testing out using RMapAsync to store connected users to our web service in a servlet environment with two or more web servers and one redis server. When a user creates or removes a session, I'm …
-
Hello,
When a client emits invalid JSON, the error is simply logged by InPacketHandler with level ERROR,
even though I a have an ExceptionListener with an overridden onJsonException set on Configurati…
jvous updated
9 years ago
-
I am trying to run SocketIO server inside Tomcat. I am not sure if this the right way to do that. But when application is deployed, I am seeing "Address already in user" exception. Below is my code.
…