[Modify] Polish it
This commit is contained in:
parent
c3306c70cb
commit
f90397e4a8
@ -3067,7 +3067,7 @@ namespace WebSocketSharp
|
||||
/// </remarks>
|
||||
void IDisposable.Dispose ()
|
||||
{
|
||||
close (new CloseEventArgs (CloseStatusCode.Away), true, true, false);
|
||||
close (new CloseEventArgs (1001), true, true, false);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
Loading…
Reference in New Issue
Block a user