Socket disconnect when react-native app goes to background #4346
Unanswered
zoobibackups
asked this question in
Q&A
Replies: 1 comment
-
Hi! Socket.IO is not meant to be used in the background, as it will keep an open TCP connection to the server which will quickly drain the battery of the user. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Socket disconnect when react-native app goes to background.
Even app is running is running in background with foreground service.
How to keep socket connection live when app is running in background??
Beta Was this translation helpful? Give feedback.
All reactions