-
I'm testing netty-socketio with SocketIO-client 1.0.6, polling transport. The client never gets notification for `connect`. Then I found the server doesn't send connect packet to client.
From code, I…
-
Hi,
recently, I implemented user session management with redis, maintained a uid->session_ids map upon application level. when a client is disconnected, delete a session from this map.
but,when ser…
otbzi updated
10 years ago
-
I use https://github.com/koush/AndroidAsync for connecting socket.io in android. It do well in connecting socket.io(node.js), but failed in connecting netty-socketio.
Need help!
Or,is there a sample …
-
Can you support implement redis stored (channel connections, rooms, ....) data center for "load balancing" pub/sub?.
P/s: i want to push my data into redis from any programming language and netty-sock…
-
Sometimes socket.io don't open the connection in all the tabs of the same browser.
The websocket is open, but there aren't messages in the communication layer of socket.io.
And this happens in all the…
-
I had try it on IETester and works fine.
But when i test the demo in WindowsXP on a PC,it has nothing request or response.
-
Using the latest version of netty-socketio and socket.io.
When I try connect it spams an error:
WARN com.corundumstudio.socketio.handler.AuthorizeHandler - Blocked wrong request! url: /socket.io/, ip…
-
I want to using https and http transport respectively binding to 443 and 80,but configuation can not support this pattern now(only one port ,also exclusive http or https),can support this pattern?
-
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /D:/work/netty-work/V1.1/chat/netty-socketio/netty-socketio-master-20140310/netty-socketio-mas…
-
I get below exception sometimes in version 1.5.4.
> WARNING: LEAK: ByteBuf was GC'd before being released correctly. The following stack trace shows where the leaked object was created, rather than …
marad updated
10 years ago