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
In that PR I noticed Reachability isn't calling the network availability closures reliably. In fact they're only called once apparently.
Investigate how this can be resolved.
Options to Consider:
Investigate the different mechanisms we use in the App for reachability.
Consider using this library, or another similar library.
On NWPathMonitor:
We can't exclusively use NWPathMonitor because it's only supported in iOS 12+, but we could consider using it conditionally for now so that when we drop support for earlier iOS versions, we can fully switch to it.
The text was updated successfully, but these errors were encountered:
This issue was spawned off this PR.
In that PR I noticed Reachability isn't calling the network availability closures reliably. In fact they're only called once apparently.
Investigate how this can be resolved.
Options to Consider:
On NWPathMonitor:
We can't exclusively use
NWPathMonitor
because it's only supported in iOS 12+, but we could consider using it conditionally for now so that when we drop support for earlier iOS versions, we can fully switch to it.The text was updated successfully, but these errors were encountered: