Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Take advantage of background mode in iOS #449

Open
yaronyg opened this issue Jan 14, 2016 · 0 comments
Open

Take advantage of background mode in iOS #449

yaronyg opened this issue Jan 14, 2016 · 0 comments

Comments

@yaronyg
Copy link
Member

yaronyg commented Jan 14, 2016

See here there are serious issues with iOS, JXcore and LibUV when an application gets suspended.

For the moment we are going to deal with these issues by killing all of our ports and servers whenever we get a pause event. But the cost for this approach is that we could have had an extra 2-3 minutes of run time after the user has put us into the background to continue synching data (note that this would only apply to in-process sync's, we can't establish new network connections in the background). For simplicity sake we are going to give up those 2-3 minutes for now but it would be nice to get them back.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant