[Modify] Replace it
This commit is contained in:
parent
583383d5f3
commit
4a07970d1f
@ -74,7 +74,7 @@ namespace WebSocketSharp
|
||||
|
||||
static PayloadData ()
|
||||
{
|
||||
Empty = new PayloadData ();
|
||||
Empty = new PayloadData (WebSocket.EmptyBytes, 0);
|
||||
MaxLength = Int64.MaxValue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user