NetCoreServer icon indicating copy to clipboard operation
NetCoreServer copied to clipboard

Can we process memory like dotnetty.buffers?

Open xuanyuan5005 opened this issue 4 years ago • 1 comments

Can we process memory like dotnetty.buffers?

xuanyuan5005 avatar Mar 20 '20 08:03 xuanyuan5005

Can you briefly describe benefits of using dotnetty.buffers or some good use cases?

Currently NetCoreServer requires only two (send & receive) buffers per session. The buffer is very simple dynamic growing memory buffer and does only what is necessary to do.

chronoxor avatar Mar 20 '20 10:03 chronoxor