Skip to content

Commit

Permalink
fix: When already connected and authenticated we do not need to retry.
Browse files Browse the repository at this point in the history
  • Loading branch information
damencho committed Feb 24, 2025
1 parent 43a2034 commit 24fdb58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ private Callable<Boolean> getConnectAndLoginCallable()
return false;
}

return true;
return false; // we are connected and logged in, so we don't need to retry
};
}

Expand Down

0 comments on commit 24fdb58

Please sign in to comment.