[Modify] Replace it

This commit is contained in:
sta 2019-07-20 22:30:17 +09:00
parent 583383d5f3
commit 4a07970d1f

View File

@ -74,7 +74,7 @@ namespace WebSocketSharp
static PayloadData ()
{
Empty = new PayloadData ();
Empty = new PayloadData (WebSocket.EmptyBytes, 0);
MaxLength = Int64.MaxValue;
}