Java Platform SDK connection pool exhaustion

The default HttpClientConfig in the Genesys Cloud Java SDK seems to leak connections under load. I’ve tried overriding the PoolingHttpClientConnectionManager but the SDK constructor swallows the config. Getting java.util.concurrent.TimeoutException after 50 concurrent threads. Any way to inject a custom CloseableHttpClient?