Is there any way to differentiate the "connection" timeout from the "read" timeout?
I would need to configure the "connection" timeout to 10 sec., but I don't want to modify the "read" timeout (60 sec. by default).
What type of timeout specifically does this refer to? "URLSessionConfiguration.timeoutIntervalForRequest"
Reading documentation, I am not clear on it.
Thanks in advance.
I would need to configure the "connection" timeout to 10 sec., but I don't want to modify the "read" timeout (60 sec. by default).
What type of timeout specifically does this refer to? "URLSessionConfiguration.timeoutIntervalForRequest"
Reading documentation, I am not clear on it.
Thanks in advance.