-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Invalid task ids used for expiration handlers. #13
This should fix two issues: - Because taskID was being captured before being set, the expiration handler had an invalid taskID. - If the expiration handler was called, and then PINCacheEndBackgroundTask was called, it would try to end a task that had already ended.
- Loading branch information
1 parent
01a0efe
commit cd3ff7b
Showing
1 changed file
with
23 additions
and
5 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