Skip to content

Commit

Permalink
Merge pull request eclipse-tahu#304 from wes-johnson/develop
Browse files Browse the repository at this point in the history
Fixed state update when stopping connect attempts
  • Loading branch information
wes-johnson authored Jul 25, 2023
2 parents 7cd7bfa + d73eeb7 commit 193ecf9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -939,6 +939,7 @@ public void run() {
synchronized (clientLock) {
if (!attemptConnects) {
logger.info("{}: No longer attempting to connect", getClientId());
state.setInProgress(false);
return;
}

Expand Down

0 comments on commit 193ecf9

Please sign in to comment.