[Modify] Edit it
This commit is contained in:
		@@ -1480,12 +1480,8 @@ namespace WebSocketSharp.Server
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /// <summary>
 | 
			
		||||
    /// Stops receiving incoming requests and closes each connection.
 | 
			
		||||
    /// 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 ()
 | 
			
		||||
    {
 | 
			
		||||
      stop (1001, String.Empty);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user