Running genesys-cloud-sdk-java v3.24.0 inside a multi-threaded agent desktop widget. The default OkHttp client seems to be capping the connection pool, causing java.net.SocketTimeoutException when we blast concurrent requests to /api/v2/users/me.
Tried injecting a custom OkHttpClient.Builder with maxIdleConnections(100), but the SDK’s internal ApiClient instance doesn’t seem to pick it up.
Is there a documented way to override the HTTP client builder in the Java SDK without forking the repo?