Skip to content

Make trackSelectionCallback async#2387

Merged
joeyparrish merged 1 commit intoshaka-project:masterfrom
avelad:async-trackSelectionCallback
Feb 12, 2020
Merged

Make trackSelectionCallback async#2387
joeyparrish merged 1 commit intoshaka-project:masterfrom
avelad:async-trackSelectionCallback

Conversation

@avelad
Copy link
Member

@avelad avelad commented Feb 10, 2020

Resolves #2383

Copy link
Member

@joeyparrish joeyparrish left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! Thanks!

@shaka-bot
Copy link
Collaborator

All tests passed!

@joeyparrish joeyparrish merged commit 059e2a9 into shaka-project:master Feb 12, 2020
@joeyparrish
Copy link
Member

Thanks for your contribution!

shaka-bot pushed a commit that referenced this pull request Feb 14, 2020
PR #2387 introduced a bug. It awaited the track selection callback,
but that was done in a loop, the results of which were not awaited.
This would cause storage to continue before the complete list of
tracks was available.

Closes #2383

Change-Id: I18a429cf0f40b829020c520c622ffdae8b12622e
@avelad avelad deleted the async-trackSelectionCallback branch February 18, 2020 11:13
joeyparrish pushed a commit that referenced this pull request Mar 11, 2020
Resolves #2383

Backported to v2.5.x

Change-Id: I8aa60585e69f121535e41dccf04455345cbb68c3
joeyparrish added a commit that referenced this pull request Mar 11, 2020
PR #2387 introduced a bug. It awaited the track selection callback,
but that was done in a loop, the results of which were not awaited.
This would cause storage to continue before the complete list of
tracks was available.

Closes #2383

Backported to v2.5.x

Change-Id: I18a429cf0f40b829020c520c622ffdae8b12622e
@github-actions github-actions bot added the status: archived Archived and locked; will not be updated label Jul 25, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

status: archived Archived and locked; will not be updated

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Offline trackSelectionCallback should be async

3 participants