Closed jabbera closed 9 years ago
If you use SendAsync to send over 1016 bytes of binary data the result presented to the client from the WebSocket4Net library is incorrect.
Only the first 1016 bytes of the array is populated. Close this issue once: https://github.com/kerryjiang/WebSocket4Net/pull/26
is merged an the new library gotten from nuget, and the unit test passes.
If you use SendAsync to send over 1016 bytes of binary data the result presented to the client from the WebSocket4Net library is incorrect.
Only the first 1016 bytes of the array is populated. Close this issue once: https://github.com/kerryjiang/WebSocket4Net/pull/26
is merged an the new library gotten from nuget, and the unit test passes.