Skip to content

Commit

Permalink
set isStart to false
Browse files Browse the repository at this point in the history
  • Loading branch information
boneanxs committed Jan 16, 2023
1 parent c79f920 commit a94ec9c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ public void close() {
synchronized (this) {
if (!isShutdown) {
isShutdown = true;
isStart = false;
queue.shutdown();
}
}
Expand Down

0 comments on commit a94ec9c

Please sign in to comment.