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

Avoid download progress poll ticking while there are no active subscriptions #862

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

Al12rs
Copy link
Contributor

@Al12rs Al12rs commented Jan 24, 2024

Uses Observable.Defer to only start ticking when there is a subscription.
There should not be more than one subscription at a time, so there should not be multiple ticks generated from this.

@Al12rs Al12rs self-assigned this Jan 24, 2024
@Al12rs Al12rs requested a review from erri120 January 24, 2024 08:44
@Al12rs Al12rs merged commit b811cd1 into main Jan 24, 2024
3 checks passed
@erri120 erri120 deleted the download_progress_tick branch January 24, 2024 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants