Skip to content

Commit

Permalink
NO-JIRA: Don't wait for the backend (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
thahnen committed Mar 5, 2024
1 parent bee9911 commit 9e2ac6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ public synchronized void stop() {
connectionSynchronizer = null;
}
if (backend != null) {
backend.shutdown().join();
backend.shutdown();
}
backend = null;
}
Expand Down

0 comments on commit 9e2ac6a

Please sign in to comment.