forked from shaka-project/shaka-player
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix duplicate updates in StreamingEngine (shaka-project#4840)
There were several places where certain StreamingEngine events and timing could result in duplicate update requests for streams. This caused some inconsistent test failures, in particular on Chromecast. This change adds some additional checks before scheduling and cancelling updates, to ensure that the proper conditions are maintained. Closes shaka-project#4831
- Loading branch information
1 parent
4955814
commit 224207b
Showing
1 changed file
with
15 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters