-
怎样保持长连接,进行心跳检测呢。
-
When I look at all the examples they just use `DefaultFactories.trustAll()` and say **don't do this**, when I try to not do this things seem to hang and eventually throw an exception.
Clearly I'm doi…
-
Hi, from what I can tell this may be a bug here (vs me misunderstanding)
I'm trying to deserialize JSON that contains strings with unpaired "lone" surrogates. I saw eg #828 and so tried making the …
-
### Netty version
netty-all-4.1.29.Final
### Expected behavior
Being able to compress `ByteBuf`s without transferring them into a byte array.
### Actual behavior
Currently `ZlibEncode`r encod…
-
I am getting the following error during the tests with r2dbc-mssql 1.0.2.RELEASE
```
2023-09-08 10:38:14,559 ERROR [reactor-tcp-nio-2] io.netty.util.ResourceLeakDetector: LEAK: ByteBuf.release() w…
-
### Expected behavior
I set AUTO_READ = false and send a large http request to server. the server receive headers and found content-length is too big,send a `413 Request Entity Too Large` and close t…
-
Since the MC 1.8 update, Glowstone has been using a custom Netty pipeline different than the one provided by flow-networking. Some methods in `GlowProtocol` in particular are mandated by flow-networki…
-
After some clarification on the expected result of using get<type>LE() methods on a SwappedByteBuf. (related to #3209 )
The javadoc indicates that the read from the ByteBuf should return type as…
-
自定义的EslFrameDecoder类中,未释放堆外内存,导致堆内存只增不减,到了一定程度就异常了
-