[Fix] Do it if not in shutting down
This commit is contained in:
		@@ -859,7 +859,7 @@ namespace WebSocketSharp.Server
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      if (_state == ServerState.Ready || _state == ServerState.Start)
 | 
			
		||||
      if (_state != ServerState.ShuttingDown)
 | 
			
		||||
        abort ();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user