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

Use CancelIoEx Instead #1843

Merged
merged 2 commits into from
Jul 23, 2021
Merged

Use CancelIoEx Instead #1843

merged 2 commits into from
Jul 23, 2021

Conversation

nibanks
Copy link
Member

@nibanks nibanks commented Jul 23, 2021

Updates the Windows user mode datapath to use CancelIoEx instead of CancelIo to cancel pending IO on all threads, instead of just the current one. .NET Core was encountering reliability issues related to this in their automated testing.

@nibanks nibanks added OS: Windows (User) Bug: Platform A code bug in platform/TLS specific code. labels Jul 23, 2021
@nibanks nibanks requested a review from a team as a code owner July 23, 2021 13:17
@nibanks nibanks merged commit 7c03e64 into main Jul 23, 2021
@nibanks nibanks deleted the nibanks/cancelioex branch July 23, 2021 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug: Platform A code bug in platform/TLS specific code. OS: Windows (User)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants