Skip to content

Commit

Permalink
Protected ctor
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmarbach authored and lukebakken committed Dec 7, 2024
1 parent 36ac973 commit 9d14925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/RabbitMQ.Client/Impl/AsyncRpcContinuations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ internal abstract class AsyncRpcContinuation<T> : IRpcContinuation

private bool _disposedValue;

public AsyncRpcContinuation(TimeSpan continuationTimeout, CancellationToken cancellationToken)
protected AsyncRpcContinuation(TimeSpan continuationTimeout, CancellationToken cancellationToken)
{
/*
* Note: we can't use an ObjectPool for these because the netstandard2.0
Expand Down

0 comments on commit 9d14925

Please sign in to comment.