Skip to content

Commit 4a07970

Browse files
committed
[Modify] Replace it
1 parent 583383d commit 4a07970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

websocket-sharp/PayloadData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ internal class PayloadData : IEnumerable<byte>
7474

7575
static PayloadData ()
7676
{
77-
Empty = new PayloadData ();
77+
Empty = new PayloadData (WebSocket.EmptyBytes, 0);
7878
MaxLength = Int64.MaxValue;
7979
}
8080

0 commit comments

Comments
 (0)