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
The app that I work on uses react-native-offline to handle offline state for API requests. We have noticed when the app has a degraded connection (and not quite offline) or is about to switch into offline and API requests are sent out, those requests "go missing". Obviously they do not hit the RNOffline actionQueue since the app is not truly in an offline state. It's in this weird in-between.
Has anyone experienced this and/or found a way to fix this? I'm truly at a loss.