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

Suggestion: pause data stream on page blur #13

Open
brentax opened this issue Mar 19, 2016 · 1 comment
Open

Suggestion: pause data stream on page blur #13

brentax opened this issue Mar 19, 2016 · 1 comment

Comments

@brentax
Copy link

brentax commented Mar 19, 2016

If a user selects a different browser tab or minimizes the browser, there's no point in continuing to send that client data until the page is focused again.

@ericlaw1979
Copy link
Contributor

ericlaw1979 commented Mar 1, 2021

Yeah, I think the Page Visibility API is the simple/cheap fix here: mroth/emojitracker#43. You could probably pause DOM updates immediately, then after some period (60s?) have the client disconnect the stream until/unless the page becomes active again.

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

2 participants