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

Close autoupdate connections when tab is not active #2751

Closed
bastianjoel opened this issue Sep 4, 2023 · 0 comments · Fixed by #2851
Closed

Close autoupdate connections when tab is not active #2751

bastianjoel opened this issue Sep 4, 2023 · 0 comments · Fixed by #2851
Assignees
Milestone

Comments

@bastianjoel
Copy link
Member

bastianjoel commented Sep 4, 2023

While a browser context is not visible to the user it should discontinue certain operations such as list sorting for example. For that a new service and helpers should be added which provide some apis for the browser context visibility status. For example a rxjs helper which blocks while a window is not visible and returns the last value when a window comes back in view.

As a first step autoupdate connections should be paused after a certain duration of inactivity.

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

Successfully merging a pull request may close this issue.

1 participant