[Modify] Replace it
This commit is contained in:
parent
20a797ade2
commit
c2c51c211d
@ -1279,7 +1279,7 @@ namespace WebSocketSharp
|
|||||||
? ((WebSocketException) exception).Code
|
? ((WebSocketException) exception).Code
|
||||||
: CloseStatusCode.Abnormal;
|
: CloseStatusCode.Abnormal;
|
||||||
|
|
||||||
fatal (message, code);
|
fatal (message, (ushort) code);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void fatal (string message, ushort code)
|
private void fatal (string message, ushort code)
|
||||||
|
Loading…
Reference in New Issue
Block a user