-
-
**Describe the bug**
cat中所有使用到ByteBuf的地方都没有在使用结束的时候调用release方法,这样不是会造成堆外内存泄露吗?
**To Reproduce**
示例:LocalMessageBucket
public MessageTree findByIndex(int index) throws IOException {
try {
…
-
I'm implementing a PROXY protocol support for UDP server, but for that I would need an access to [HAProxyMessage#decodeHeader(ByteBuf)](https://github.com/netty/netty/blob/4.1/codec-haproxy/src/main/j…
-
Was working fine on 1.11.2, but after i updated everything to 1.12 I started to see this memory leak message in console.
Its happening on a spongeForge server where im using:
#### Versions:
- Bun…
-
The design of DnsResource, which takes a ByteBuf as its payload leaves a bit to be desired.
A name in the spec for DNS packets can be a pointer to an earlier use of that name, to reduce packet size.
…
-
I'm trying to make some structures serialize into bytes in a nice way. However, these types contain both optional data and maps of bytes (`Option` and `BTreeMap`). `#[serde(with = "serde_bytes")]` doe…
-
Check if we can use `discardBytes()` and `discardSomeBytes()`, by default the `ByteToMessageDecoder` will free the bytes in the bytebuf every 16 calls.
I think it's fine for small packets or small m…
-
## Motivation
I have been evaluating the RSocket and did some profiling. It looks like creating Frame message many `ByteBuf` buffers are used (i.e. header, payload, frame size). Those buffers are c…
-
Prana serves the purpose of exposing features of the various client libraries like Eureka, Servo, Ribbon etc. Users should be able to expose APIs of those libraries in a manner that's suitable to thei…
-
```
What steps will reproduce the problem?
1. I create a project with around 1,000 SLOCs with multiple files.
2. Try to use content assist like using hot key or this.
What is the expected output? Wha…