v0.5.27
- Reduce potential async state machine allocation in
FlushCoreAsync
by using custom async method builder. (requires .NET6+) - Improve NoDelay mode.
- Set IsTrimmable property on the main project.
- Expose
Span
property onKcpRentedBuffer
. - Fix an issue where buffer could be released multiple times.