Skip to content

#1412 Wait for async close tasks before close completes #1435

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Merge branch 'master' into ahc-1412
  • Loading branch information
MiErnst authored Jul 5, 2017
commit 85f30e2c3262eaa979aa6b2e26c6a79759c6ebce
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ public void close() {
.addListener(future -> doClose());
} else {
doClose();

try {
closeLatch.await(config.getShutdownTimeout(), TimeUnit.MILLISECONDS);
}
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.