alex.tavella
03/31/2021, 12:01 PM[OkHttp]
Is there a safe way to set callTimeout
from an Interceptor
? From what I’ve read so far the proper way is to use a CallAdapter.Factory
but we really like the dynamism Interceptor
+ headers brings as we have a remote config per endpoint to configure the timeout remotely.