You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
s_logger.info("Lost connection to host: " + lastConnectedHost + ". Dealing with the remaining commands...");
505
-
506
-
inProgress = _inProgress.get();
507
-
if (inProgress > 0) {
508
-
s_logger.info("Cannot connect because we still have " + inProgress + " commands in progress.");
509
-
}
510
-
} while (inProgress > 0);
498
+
s_logger.info("Lost connection to host: " + _shell.getConnectedHost() + ". Attempting reconnection while we still have " + _inProgress.get() + " commands in progress.");
0 commit comments