This commit is contained in:
neuecc
2022-11-01 20:40:24 +09:00
parent e57176a43c
commit 4fc09a6f61

View File

@@ -793,7 +793,7 @@ namespace Cysharp.Threading.Tasks
}
if (cancellationToken2.CanBeCanceled)
{
registration2 = cancellationToken1.RegisterWithoutCaptureExecutionContext(cancel2, this);
registration2 = cancellationToken2.RegisterWithoutCaptureExecutionContext(cancel2, this);
}
}