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
Not sure how to reproduce it, but the lib will sometimes just send a massive number of requests at once which causes the app to hang. I'm guessing there's some sort of wacky race condition going on in the library or something. We're using default settings with useNetInfo as our only usage of the library.
Honestly our use case is just to check internet connectivity, should've just implemented it ourselves for something so trivial. For now going to just remove the library and write the 10 lines of code it takes to implement polling a public endpoint