Skip to content

Commit

Permalink
v sync 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellblazer committed Apr 18, 2024
1 parent ea24040 commit 747a97f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -385,9 +385,7 @@ public void failed() {

@Override
public void gather() {
if (selected == null) {
selected = new View(view.pendingViews().last(), nextViewId);
}
assert selected != null : "Have not selected a view";
log.trace("Gathering assembly for: {} on: {}", nextViewId, params().member().getId());
AtomicReference<Runnable> reiterate = new AtomicReference<>();
var retryDelay = Duration.ofMillis(10);
Expand Down

0 comments on commit 747a97f

Please sign in to comment.