SunStrider
SunStrider
i found setReadTimeOut and setConnectionTimeOut method in apiclient, but in api requestJWTUserToken() , a new client was builded, have the new client a connection-timeout?
> @SunStriderxxx here are the links for [connect timeout](https://eclipse-ee4j.github.io/jersey.github.io/apidocs/latest/jersey/org/glassfish/jersey/client/ClientProperties.html#CONNECT_TIMEOUT) and [read timeout](https://eclipse-ee4j.github.io/jersey.github.io/apidocs/latest/jersey/org/glassfish/jersey/client/ClientProperties.html#READ_TIMEOUT). > > Regarding your remark about the http client being rebuilt, right now there is a limitation where...