Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to using a joinable thread for downloads. #5

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

dpage-edb
Copy link
Contributor

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.

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.
@sandeep-edb sandeep-edb merged commit 22aff31 into EnterpriseDB:master Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants