#Best practices on keeping multiple electric connections active

6 messages · Page 1 of 1 (latest)

boreal trellis
#

Hey there I was planning on having everything sync'd at login by having a Provider that calls all liveQueries so that it will always have a sync connection. That being said, my normal requests weren't going out. I removed the provider and the normal REST requests started going out again. Is this a limitation on android? Should I not have a provider wrapped around my app? I'm not concerned about server bandwidth for having 5 active request per open app, but it seems normal rest API requests are being prevented from firing

PS- I'm using this w/ React Native

pale venture
boreal trellis
#

Thank you. I'll give this a shot!

boreal trellis
#

From what I'm finding it's an issue with androids OkHttp 5 req limit. I'm using ngrok cause I kept hitting issues with caddy and the issue persists. Will write an update here if I end up fixing it. Suprised no one hit this yet

pale venture
#

this is what RN uses?