-
Hi,
When I run your demo on IE7 after I upgrade the netty-socketio version from 1.7.7 to 1.7.12.
I found if I send a English string like 'abc', it works good on IE7
But if I send a chinese word l…
-
# env
I ran `ChatLauncher` in [mrniko/netty-socketio-dem](https://github.com/mrniko/netty-socketio-demo/blob/master/server/src/main/java/com/corundumstudio/socketio/demo/ChatLauncher.java) with `ne…
ghost updated
3 years ago
-
When I was using websocket transport to connect netty-socket server side, it seems to have bug, below is my demo code and excpeitons:
js code:
io.connect(domain+"/im/user?appid="+clientid+"&userid…
-
正常使用一段时间后,会报个redis错,然后服务会自动挂掉,具体错误报文我放下面.
redis没问题,是阿里云redis, 然后把项目重启,又能继续使用,一段时间后又回挂掉.....
## 预期行为
`[34mINFO [0;39m c.a.druid.pool.DruidDataSource - {dataSource-1} closed [32m[Thread-…
-
couldnot upgrades websocket...
-
Anybody knows if spring mvc version 5.0.7.RELEASE is working with netty-socketio version 1.7.16? Reading the dependencies I see that different versions are used in the com.fasterxml.jackson library:
…
-
netty-socketio version : 2.0.2
java version : 17
client connect by postman
-
```
Can socketio-java currently be integrated with play framework? Since it's
servlet based, and play is not, I don't see how this would work.
Also, i would be nice to have socketio-java to work wit…
-
I am using netty-socketio embed inside Servlet as a Socket.IO server.
In Node.js world, Socket.IO server can leverage MongoDB and Redis to support broadcasting message across Socket.IO namespaces / r…
-
Using the latest Socket.IO-Client-Swift
Using the latest Netty-Socket.IO 1.7.9 SnapShot
Using on the latest JavaSE 1.8
I also post the issue on Socket.IO-Client-Swift git: https://github.com/socketio…