-
实现Websocket模块
1、app的jar包中可以自定义Websocket(标准的ServerEndPoint模式或者spring提供的模式)
2、启动时要自动注册
3、重启或者卸载jar包时要能够移除Websocket实例
-
Hi, I just changed the host to a Netty server but I failed to connect on it with this error:
TestChat[8556:287552] :( Websocket Failed With Error Error Domain=NSPOSIXErrorDomain Code=61 "The operation…
-
When I try to start SocketIOServer in my Grails application the exception appears
Stacktrace:
ERROR socketio.SocketIOServer - SocketIO server start failed at port: 11111!
ERROR context.GrailsContext…
ghost updated
9 years ago
-
Hello!
I am using [netty-socketio 1.7.7](https://github.com/mrniko/netty-socketio) which uses netty version `4.0.25.Final` while Minecraft uses `4.0.10.Final`. Due this version mismatch netty-socketi…
-
sockectio4Net client request server
http://localhost:9092/socket.io/,response 401 unauthorized,why?
qzc77 updated
9 years ago
-
in "connect" event callback, `sid` of `SocketIOClient` may be nil in some circumstance. I'm not sure if that's a bug caused by some race conditions or it's designed to work that way. Any information w…
-
If NodeBB crashes, it can occasionally cause the Netty SocketIO server to crash, and a connection can't be reestablished until both are fully restarted. Might be fixable on the Netty side.
-
严重: The web application [] appears to have started a thread named [nioEventLoopGroup-2-1] but has failed to stop it. This is very likely to create a memory leak.
五月 26, 2015 10:10:03 上午 org.apache.cat…
-
Scenario one:
. client gets 401 response from server when connecting
. connect_error handler (mostly) gets called
(Firefox console usually does not show console.log output on first page load - rel…
-
I am unable to use maven in my current development environment, but I would also prefer to use this over something like netty. I didn't see any builds anywhere... and trying to manually download all t…