AzureAD / microsoft-authentication-library-common-for-objc

Common code used by both the Active Directory Authentication Library (ADAL) and the Microsoft Authentication Library (MSAL)
MIT License
33 stars 36 forks source link

Retry network requests on NSURLErrorNotConnectedToInternet after exte… #1404

Closed kaisong1990 closed 3 months ago

kaisong1990 commented 3 months ago

…nded delay

Proposed changes

We still have -1009 error in broker but later resolved in OneAuth. Extend the delay for retrying for no network connection case.

Type of change

Risk

Additional information