We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f2f6c3 commit d5708d4Copy full SHA for d5708d4
src/CancellableComponent.cs
@@ -27,7 +27,7 @@ protected CancellableComponent(CancellationToken linkedToken)
27
{
28
try
29
30
- await cts.CancelAsync().NoSync();
+ await cts.CancelAsync();
31
}
32
catch
33
0 commit comments