Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 121
CancellationTokens Don't Work #188
Copy link
Copy link
Closed
Labels
help wantedExtra attention is neededExtra attention is needed
Description
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed
Some operations simply hang. An example is FileStream.ReadAsync on Windows. I assumed passing a cancellation token in wouldstop the operation with an exception but it doesn't. This is a pretty serious flaw and might be inherent in .NET.