[Modify] Polish it
This commit is contained in:
parent
f7378d8049
commit
13bb6b715e
@ -1788,7 +1788,7 @@ namespace WebSocketSharp
|
||||
|
||||
_readyState = WebSocketState.Closed;
|
||||
|
||||
var e = new CloseEventArgs (code, reason);
|
||||
var e = new CloseEventArgs ((ushort) code, reason, false);
|
||||
|
||||
try {
|
||||
OnClose.Emit (this, e);
|
||||
|
Loading…
Reference in New Issue
Block a user