jchristn / WatsonWebsocket

A simple C# async websocket server and client for reliable transmission and receipt of data
MIT License
277 stars 53 forks source link

Reducing memory allocations for receiving data #95

Closed joreg closed 2 years ago

joreg commented 2 years ago

For both Client and Server:

Changes:

Breaking Change:

jchristn commented 2 years ago

Thank you @joreg sorry for the delay in integrating this.

Commit: https://github.com/jchristn/WatsonWebsocket/commit/4a18d093836420c4d966bf3361d5f13e91f497f3 NuGet: https://www.nuget.org/packages/WatsonWebsocket/3.0.1