Shutdown executorService on AbstractHttpAsyncClientBase shutdown

This commit is contained in:
吴雪山 2019-01-08 13:52:28 +08:00
parent 812f18b453
commit df415c4f24
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ abstract class AbstractHttpAsyncClientBase extends CloseableHttpAsyncClient {
}
ioReactor.initiateShutdown();
ioReactor.close(closeMode);
executorService.shutdownNow();
}
@Override