NetCoreServer icon indicating copy to clipboard operation
NetCoreServer copied to clipboard

Feature-Request: use BufferManager and SocketAsyncEventArgsPool to optimize memory

Open nguyentuan3691 opened this issue 5 months ago • 0 comments

Hello

I used your project to create a socks5 server, it's a bit difficult to access your project structure but everything is fine. During long-term running on the server, I found that the project used a lot of ram and was not optimal. I think we should use BufferManager and SocketAsyncEventArgsPool to optimize memory usage.

nguyentuan3691 avatar Jan 29 '24 18:01 nguyentuan3691