Shutdown executorService on AbstractHttpAsyncClientBase shutdown
This commit is contained in:
parent
812f18b453
commit
df415c4f24
|
@ -126,6 +126,7 @@ abstract class AbstractHttpAsyncClientBase extends CloseableHttpAsyncClient {
|
|||
}
|
||||
ioReactor.initiateShutdown();
|
||||
ioReactor.close(closeMode);
|
||||
executorService.shutdownNow();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue