Closed joreg closed 2 years ago
Thank you @joreg - integrating now!
Commit: https://github.com/jchristn/SuperSimpleTcp/commit/5c4bfbef56dd7a5a2e437f17ac62450f26feb3bf NuGet: https://www.nuget.org/packages/SuperSimpleTcp/3.0.0
Thanks for making the library better!
For both Client and Server:
Breaking Change:
DataReceivedEventArgs now return an ArraySegment that directly refers to the internal MemoryStream removing one unnecessary allocation per receive.
this is in line with https://github.com/jchristn/WatsonWebsocket/pull/95