Browse Source

[Modify] Edit it

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

8
websocket-sharp/Server/WebSocketServer.cs

@ -425,12 +425,12 @@ namespace WebSocketSharp.Server
}
/// <summary>
/// Gets or sets a value indicating whether the server cleans up the
/// inactive sessions periodically.
/// Gets or sets a value indicating whether the server cleans up
/// the inactive sessions periodically.
/// </summary>
/// <remarks>
/// The set operation does nothing if the server has already started or
/// it is shutting down.
/// The set operation works if the current state of the server is
/// Ready or Stop.
/// </remarks>
/// <value>
/// <para>

Loading…
Cancel
Save