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).
- Starting an async client Ryan Schmitt
- Re: Starting an async client Oleg Kalnichevski
