We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04b95ef commit ab5d5b5Copy full SHA for ab5d5b5
ThirdParty/WebSocketSharp/WebSocket.cs
@@ -148,7 +148,7 @@ public class WebSocket : IDisposable
148
static WebSocket ()
149
{
150
EmptyBytes = new byte[0];
151
- FragmentLength = 1016;
+ FragmentLength = Int32.MaxValue - 14; // 1016
152
RandomNumber = new RNGCryptoServiceProvider ();
153
}
154
0 commit comments