-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug when trying to load when there are pending failures.
If you attempt to load an asset and then the first load fails, then the second load will hang forever. This was caused by the second load trying to cancel the first, but the CancelableChain not handling this case. Closes #782 Change-Id: I79e201db44cbf47485e7221cc148bbfdde6276f7
- Loading branch information
1 parent
89699ae
commit dcc8990
Showing
2 changed files
with
28 additions
and
0 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
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