[Modify] Replace it
This commit is contained in:
		@@ -945,8 +945,8 @@ namespace WebSocketSharp
 | 
			
		||||
    private bool connect ()
 | 
			
		||||
    {
 | 
			
		||||
      lock (_forConn) {
 | 
			
		||||
        var msg = _readyState.CheckIfAvailable (true, false, false, true);
 | 
			
		||||
        if (msg != null) {
 | 
			
		||||
        string msg;
 | 
			
		||||
        if (!checkIfAvailable (true, false, false, true, out msg)) {
 | 
			
		||||
          _logger.Error (msg);
 | 
			
		||||
          error ("An error has occurred in connecting.", null);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user