[Modify] Polish it

This commit is contained in:
sta 2016-09-13 15:11:23 +09:00
parent c3306c70cb
commit f90397e4a8

View File

@ -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