Skip to content

Commit

Permalink
chore: lock a clearly object
Browse files Browse the repository at this point in the history
  • Loading branch information
fengjiachun committed Sep 26, 2024
1 parent c167389 commit 34c75f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public boolean init(RouterOptions opts) {
return;
}

synchronized (this) {
synchronized (this.refreshSequencer) {
// If the next task has started, we will ignore the current result.
//
// I don't want to worry about the overflow issue with long anymore,
Expand Down

0 comments on commit 34c75f8

Please sign in to comment.