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 21, 2025
1 parent 63a0655 commit 39ece75
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 39ece75

Please sign in to comment.