Refactored Ext.cs
This commit is contained in:
@@ -466,7 +466,7 @@ namespace WebSocketSharp.Server
|
||||
|
||||
_listener.Stop ();
|
||||
_services.Stop (
|
||||
((ushort) CloseStatusCode.ServerError).ToByteArrayInternally (ByteOrder.Big), true);
|
||||
((ushort) CloseStatusCode.ServerError).InternalToByteArray (ByteOrder.Big), true);
|
||||
|
||||
_state = ServerState.Stop;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user