Explore what we can have the app do when backgrounded in terms of bluetooth connections. Can it hold long-lived connections open and continue to process data?
If the web page process is suspended after some time in the background, how do we handle data that arrives on the connection? Hopefully it will not block or hang anything. And even if the web page does get suspended it would still be useful to hold the connection open so things resume naturally when re-foregrounded.
Explore what we can have the app do when backgrounded in terms of bluetooth connections. Can it hold long-lived connections open and continue to process data?
If the web page process is suspended after some time in the background, how do we handle data that arrives on the connection? Hopefully it will not block or hang anything. And even if the web page does get suspended it would still be useful to hold the connection open so things resume naturally when re-foregrounded.