Skip to content

Commit

Permalink
[WFDISC-54] Do not cancel DiscoveryAttempt connection creation if oth…
Browse files Browse the repository at this point in the history
…er node has provided the result already
  • Loading branch information
tadamski committed Mar 1, 2024
1 parent 3dfdab2 commit 9b6dbe0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/org/wildfly/discovery/Discovery.java
Original file line number Diff line number Diff line change
Expand Up @@ -292,9 +292,6 @@ public boolean isFinished() {
}

public void close() {
if (! isFinished()) {
request.cancel();
}
}

@NotNull
Expand Down

0 comments on commit 9b6dbe0

Please sign in to comment.