Refactored a few for WebSocket.cs

This commit is contained in:
sta
2015-08-05 16:37:53 +09:00
parent 586a6202a2
commit 776fee9170
2 changed files with 20 additions and 20 deletions

View File

@@ -366,7 +366,7 @@ namespace WebSocketSharp.Server
_websocket.OnError += onError;
_websocket.OnClose += onClose;
_websocket.ConnectAsServer ();
_websocket.Accept ();
}
#endregion