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

EventLagMonitor's interval function doesn't stop with Pace.stop #545

Open
barkofdelight opened this issue Mar 31, 2024 · 0 comments
Open

Comments

@barkofdelight
Copy link

EventLagMonitor creates an interval function with setInterval, but this repeating function only is stopped when the computed lag has fallen sufficiently.

If the progress bar is stopped and restarted, the repeating function might be left running, so there will now be two such functions.

Although this might not seem like a problem because the two functions would be evaluating the same thing, it's not expected behavior.

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