File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
projects/RabbitMQ.Client/Impl Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ namespace RabbitMQ.Client.Impl
44
44
internal abstract class AsyncRpcContinuation < T > : IRpcContinuation
45
45
{
46
46
private readonly CancellationTokenSource _continuationTimeoutCancellationTokenSource ;
47
- private readonly CancellationTokenRegistration _continuationTimeoutCancellationTokenRegistration ;
47
+ private CancellationTokenRegistration _continuationTimeoutCancellationTokenRegistration ;
48
48
private readonly CancellationTokenSource _linkedCancellationTokenSource ;
49
49
private ConfiguredTaskAwaitable < T > _tcsConfiguredTaskAwaitable ;
50
50
protected readonly TaskCompletionSource < T > _tcs = new TaskCompletionSource < T > ( TaskCreationOptions . RunContinuationsAsynchronously ) ;
You can’t perform that action at this time.
0 commit comments