Browse Source

[Modify] Edit it

pull/712/merge
sta 2 years ago
parent
commit
8fb7081a30
  1. 3
      websocket-sharp/Server/WebSocketServer.cs

3
websocket-sharp/Server/WebSocketServer.cs

@ -1179,8 +1179,7 @@ namespace WebSocketSharp.Server
/// Starts receiving incoming handshake requests.
/// </summary>
/// <remarks>
/// This method does nothing if the server has already started or
/// it is shutting down.
/// This method works if the current state of the server is Ready or Stop.
/// </remarks>
/// <exception cref="InvalidOperationException">
/// <para>

Loading…
Cancel
Save