But those will set the `readTimeout` and `writeTim...
# squarelibraries
a
But those will set the
readTimeout
and
writeTimeout
and not the entire call timeout which is what I actually want. I think I can just read the headers from the
CallAdapter.Factory
, if that works we will be fine.
j
By the time your interceptor runs the timeout has already started
a
I’m not actually using
Interceptor
but
CallAdapter.Factory
instead. The request headers are available at
CallAdapter#adapt
.