[Modify] Polish it

This commit is contained in:
sta 2019-11-15 19:33:31 +09:00
parent af263c0b81
commit fdd3e904d7

View File

@ -985,7 +985,7 @@ namespace WebSocketSharp.Net
if (_disposed)
return;
close (true); // Same as the Abort method.
close (true);
}
#endregion