Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
StayGoldTY opened this issue Apr 25, 2024 · 1 comment

Comments

@StayGoldTY
Copy link

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant