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 583383d commit 4a07970Copy full SHA for 4a07970
websocket-sharp/PayloadData.cs
@@ -74,7 +74,7 @@ internal class PayloadData : IEnumerable<byte>
74
75
static PayloadData ()
76
{
77
- Empty = new PayloadData ();
+ Empty = new PayloadData (WebSocket.EmptyBytes, 0);
78
MaxLength = Int64.MaxValue;
79
}
80
0 commit comments