MediaBrowser / SocketHttpListener

A standalone HttpListener with support for SSL, WebSockets and Mono
MIT License
42 stars 14 forks source link

WebSocket4Net fails to deliver over 1016 bytes of binary data #4

Closed jabbera closed 9 years ago

jabbera commented 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.