Skip to content

Commit

Permalink
shutdown scheduler thread on close
Browse files Browse the repository at this point in the history
  • Loading branch information
anuvedverma committed Jul 3, 2024
1 parent a2303ac commit a58ebf0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ public void start() {
public void close() {
try {
this.server.stop();
scheduler.shutdown();
} catch (Exception e) {
log.error("Could not close the proxy server", e);
}
Expand Down

0 comments on commit a58ebf0

Please sign in to comment.