You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add several iOS network errors to retry list (#1544)
- NSURLErrorSecureConnectionFailed
- NSURLErrorCannotFindHost
- NSURLErrorDNSLookupFailed
- NSURLErrorResourceUnavailable
NSURLErrorSecureConnectionFailed is visible as SSL handshake timeout
on slow network with high delays. The rest are more to be on a safe
side as their descriptions are not stating are further tries useless.
Relates-To: DATASDK-40
Signed-off-by: Rustam Gamidov <ext-rustam.gamidov@here.com>
0 commit comments