Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,9 @@ void stopDispatcher() {

// Similarly, the error stream should also close when the input/output streams close.
this.errorProcessor.shutdownNow();

// Make sure the timer thread shuts down.
this.timer.cancel();
}

/**
Expand Down
Loading