Open StayGoldTY opened 6 months ago
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?
I use Unpooled for memory allocation everywhere, but the above problems still exist
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?