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 96d5e20 commit c372979Copy full SHA for c372979
projects/RabbitMQ.Client/Impl/AsyncRpcContinuations.cs
@@ -51,7 +51,7 @@ internal abstract class AsyncRpcContinuation<T> : IRpcContinuation
51
52
private bool _disposedValue;
53
54
- public AsyncRpcContinuation(TimeSpan continuationTimeout, CancellationToken cancellationToken)
+ protected AsyncRpcContinuation(TimeSpan continuationTimeout, CancellationToken cancellationToken)
55
{
56
/*
57
* Note: we can't use an ObjectPool for these because the netstandard2.0
0 commit comments