-
Hi all. I have a problem, when the user connected from another country. Server located in Russia, the client is in Italy. There is a very slow internet.
Сonnection is established( fired 'connect' eve…
-
Hi. I use a framework(1.7.3 version) already some time and I have accumulated a number of issues:).
1. Memory leak when loading Blobs:
ServerSIde
``` java
public class FileDTO {
private byte[] da…
-
We are starting to use netty-socketio on a new project (great project, by the way; thanks!), and we've uncovered what we believe to be a small bug that is preventing EncoderHandler.handleWebsocket() f…
-
com.fasterxml.jackson.core.JsonParseException: Unexpected end-of-input in VALUE_STRING
at [Source: io.netty.buffer.ByteBufInputStream@45446053; line: 1, column: 227]
at com.fasterxml.jackson.core…
-
Hi,
I'm trying to send byte[] from the android device with nkzawa/socket.io-client.java to the server with netty-socketio but i get this error on the server :
[nioEventLoopGroup-3-1] ERROR com.coru…
-
Hi there,
i am making chat app using netty-socketio
tested at web browser... it's perfect wonderful..
when i was tested at android(4.3)
at first connect ok.. join ok
shortly after automatically dis…
HanJY updated
9 years ago
-
20:52:05 ERROR ResourceLeakDetector: LEAK: ByteBuf.release() was not called before it's garbage-collected.
Recent access records: 1
#1:
```
io.netty.buffer.AdvancedLeakAwareByteBuf.writeBytes(Advance…
-
Hi, netty with "ResourceLeakDetector.setLevel(ResourceLeakDetector.Level.ADVANCED);" regularry shows the following error:
[2014-10-15 02:38:12,872] ERROR socket listener-1-1 etty.util.ResourceLeakDe…
-
XMLHttpRequest cannot load http://localhost:9092/socket.io/?EIO=3&transport=polling&t=1418283758754-41. Credentials flag is 'true', but the 'Access-Control-Allow-Credentials' header is ''. It must be …
-
Messages containing utf-8 (cyrillic for example) cause parse error on client in IE9 (without forcibly enabled jsonp)