Skip to content

v0.5.27

Compare
Choose a tag to compare
@yigolden yigolden released this 30 Aug 07:52
  • 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 on KcpRentedBuffer.
  • Fix an issue where buffer could be released multiple times.