DotNetty icon indicating copy to clipboard operation
DotNetty copied to clipboard

Memory leaks occur when applying for and releasing buffers in different threads

Open StayGoldTY opened this issue 9 months ago • 1 comments

In the business thread, because I use the Task.Run thread pool, even if WriteAndFlushAsync is called, the memory is not actually released. How can I release the memory in the above situation normally?

StayGoldTY avatar Apr 25 '24 07:04 StayGoldTY

I use Unpooled for memory allocation everywhere, but the above problems still exist

StayGoldTY avatar Apr 25 '24 08:04 StayGoldTY