-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to using a joinable thread for downloads.
With newer versions of the macOS SDK, there's a race condition in which the download thread classes destructor is called before the status has been checked. This causes a successful download to look like it failed. This is a quick hack to fix the problem. We really need to review the code properly and clean it up.
- Loading branch information
1 parent
4194b8b
commit 22aff31
Showing
2 changed files
with
6 additions
and
18 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