[Modify] Edit it

This commit is contained in:
sta 2021-08-13 19:50:19 +09:00
parent 597c9209e5
commit 7a67c0b3d6

View File

@ -1362,6 +1362,10 @@ namespace WebSocketSharp.Server
/// <summary>
/// Stops receiving incoming requests.
/// </summary>
/// <remarks>
/// This method does nothing if the server is not started,
/// it is shutting down, or it has already stopped.
/// </remarks>
public void Stop ()
{
if (_state == ServerState.Ready) {