Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ability to disable real time updates in background mode #46

Open
matthewelwell opened this issue Mar 12, 2024 · 0 comments
Open

Comments

@matthewelwell
Copy link
Contributor

There are several considerations in an Android application which mean that it would be beneficial to disable real time when the application is in the background:

  • Battery usage
  • Additional API calls to the Flagsmith API, unnecessarily consuming requests against the limit

Also, when the application is in the background and network requests are attempted, they are not necessarily guaranteed to complete which could end up in unnecessary exceptions being thrown.

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

No branches or pull requests

1 participant