jamesisaac / react-native-background-task

Periodic background tasks for React Native apps, cross-platform (iOS and Android), which run even when the app is closed.
MIT License
1.1k stars 111 forks source link

Socket Connections #66

Open shariqs opened 5 years ago

shariqs commented 5 years ago

Can I use this library to keep socket connections open?

fauzynurn commented 5 years ago

yes, i wanna know the answers. i implemented socket.io for react native and it kept disconnected whenever i locked the phone.

kiranNegiloni commented 1 year ago

yes, i wanna know the answers. i implemented socket.io for react native and it kept disconnected whenever i locked the phone.

Hi @fauzynurn, I am having a similar issue where i need to keep the socket connection active. Please let me know your solution if you had already achieved it.