`[OkHttp]` What are exactly `readTimeout` , `conn...
# squarelibraries
a
[OkHttp]
What are exactly
readTimeout
,
connectTimeout
and
writeTimeout
? If we are using default values for them (which are 10s) with a single retry, is it correct to say that the user might have to wait at most
2 * (10 + 10 +10)=60s
for the actual response? We are investigating some timeout inconsistency between
android
and
iOS
platforms regarding api timeouts.