-
when i try to run demo in centos6,
‘java.lang.UnsatisfiedLinkError: no netty-transport-native-epoll in java.library.path’ show up,
my run command is:/usr/local/jdk1.6.0_45/bin/java -Xms1536m -Xmx1536…
-
socket.io-client-java when connect by websocket still has issue for
https://github.com/mrniko/netty-socketio/issues/303
reedF updated
5 years ago
-
hello,
My software is using group: 'com.corundumstudio.socketio', name: 'netty-socketio', version: '1.7.7'
It has a class `MyClass(String word1, String word2)`
It calls `.sendEvent("response", myCl…
-
Using netty ssocketio 1.7.10 with the official java client and js client.
The netty framework throws CorruptedFrameException exceptions sporadically.
Any ideas?
Log:
2016-07-05 14:32:10 [nioEventLoo…
-
Hi~!everybody!How to start listen two or more port?Thanks!
-
same question: https://github.com/mrniko/netty-socketio/issues/755
Buy when send binary, there happened circular reference, but the same binary data sometimes has problems, sometimes normal
how …
-
Hello Team,
First of all, a big thanks for this project, it is awesome.
I am using
com.corundumstudio.socketio
netty-socketio
1.7.17
and i…
-
I also have this problem.server cann`t relaese connections. I use 1.7.10 version of netty-socketio,Thank you very much!
![image](https://user-images.githubusercontent.com/8262851/57675371-61b39400-76…
-
-
So I am using Spring MVC framework and socket server is child process of Spring MVC. Now from my webapp if I try to do
`var socket = io.connect('http://localhost:9092');`
it doesn't send the reques…