Skip to content

Use -threaded for iserv-proxy #2385

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

Merged
merged 3 commits into from
Jun 9, 2025
Merged

Use -threaded for iserv-proxy #2385

merged 3 commits into from
Jun 9, 2025

Conversation

hamishmack
Copy link
Collaborator

Fixes #2361

@luite tracked the failure down:

It's an async IO call that fails, async and fdwait have some limitations on Windows. the threaded runtime doesn't use them

Fixes #2361

@luite tracked the failure down:

> It's an async IO call that fails, async and fdwait have some limitations on Windows. the threaded runtime doesn't use them
@hamishmack hamishmack merged commit 0006048 into master Jun 9, 2025
2359 of 2362 checks passed
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.

Regression when reading files via TH in windows (ucrt64) cross compilation on GHC 9.6/9.8/9.10
1 participant