-
I removed all netty-\* dependency tag in pom.xml and add the a following tag:
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<…
-
Hi,
I have developed a realtime card board game using netty-socketio server and a javascript client. The problem I have is that is running very slow, it takes about 5 seconds to send a short message f…
-
```
02:12:10 ERROR ResourceLeakDetector: LEAK: ByteBuf.release() was not called before it's garbage-collected.
Recent access records: 0
Created at:
io.netty.buffer.UnpooledByteBufAllocator.newDire…
-
I would like to have both socket.io and http service
-
Bug is not fixed, I reproduce this again/
#139
-
I just want to start the netty-socketio server(I use netty-socketio 1.6.0) from a spring service. this code is just have a simple copy from (github:netty-socketio-demo). bean "socketIOConfiguration" …
-
Hi,mrniko, Is there no BINARY_EVENT implements? I CAN'T found any usage about it in whole project src.
-
I have a class, which contains instance of another class (say "B"), which contains the only field and that has byte[] type.
I send object of this class from server (Java based, uses netty-socketio 1.…
-
-
Used netty-4.0.17
Linux version: CentOS release 5.9 (Final)
"ldd --version" returns: ldd (GNU libc) 2.5
Caused by: java.lang.UnsatisfiedLinkError: /home/paynet/opt/tomcat-paynet-1/temp/libnetty-trans…