Merge remote-tracking branch 'origin/master'

master
neuecc 2022-11-01 20:39:37 +09:00
commit e57176a43c
1 changed files with 1 additions and 1 deletions

View File

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