There was an error while loading. Please reload this page.
2 parents a4a3f79 + 736d55b commit 5bbe1faCopy full SHA for 5bbe1fa
websocket-sharp/WebSocket.cs
@@ -141,7 +141,7 @@ public class WebSocket : IDisposable
141
/// <c>Int32.MaxValue - 14</c> inclusive.
142
/// </para>
143
/// </remarks>
144
- internal static readonly int FragmentLength;
+ public static int FragmentLength { get; set; }
145
146
/// <summary>
147
/// Represents the random number generator used internally.
0 commit comments