[Modify] Replace it
This commit is contained in:
parent
c2c51c211d
commit
4fbb1b244d
@ -1290,8 +1290,7 @@ namespace WebSocketSharp
|
|||||||
|
|
||||||
private void fatal (string message, CloseStatusCode code)
|
private void fatal (string message, CloseStatusCode code)
|
||||||
{
|
{
|
||||||
var payload = new PayloadData ((ushort) code, message);
|
fatal (message, (ushort) code);
|
||||||
close (payload, !code.IsReserved (), false, false);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void init ()
|
private void init ()
|
||||||
|
Loading…
Reference in New Issue
Block a user