On Wed, 2021-03-31 at 11:42 -0700, Ryan Schmitt wrote: > Is there a way to call `CloseableHttpAsyncClient#start` and then > block > until the client reports its status as `IOReactorStatus.ACTIVE`? > Currently, > the async client seems to start asynchronously, which I wasn't > expecting > (and which is why our code thinks the client has crashed).
I overlooked it. The #start method should have returned a Future for the operation. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
