[Modify] Replace it
This commit is contained in:
		@@ -2113,8 +2113,8 @@ namespace WebSocketSharp
 | 
			
		||||
    /// </remarks>
 | 
			
		||||
    public void AcceptAsync ()
 | 
			
		||||
    {
 | 
			
		||||
      var msg = checkIfAvailable (false, true, true, false, false, false);
 | 
			
		||||
      if (msg != null) {
 | 
			
		||||
      string msg;
 | 
			
		||||
      if (!checkIfAvailable (false, true, true, false, false, false, out msg)) {
 | 
			
		||||
        _logger.Error (msg);
 | 
			
		||||
        error ("An error has occurred in accepting.", null);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user