Skip to content

Commit c6395dc

Browse files
michaelklishinlukebakken
authored andcommitted
Update APIApproval expectation file
1 parent 487236e commit c6395dc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

projects/client/RabbitMQ.Client/src/client/impl/ConsumerWorkService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class WorkPool
4242
{
4343
readonly ConcurrentQueue<Action> _actions;
4444
readonly CancellationTokenSource _tokenSource;
45-
CancellationTokenRegistration _tokenRegistration;
45+
readonly CancellationTokenRegistration _tokenRegistration;
4646
volatile TaskCompletionSource<bool> _syncSource = TaskCompletionSourceFactory.Create<bool>();
4747
private Task _worker;
4848

projects/client/Unit/src/unit/APIApproval.Approve.approved.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3184,7 +3184,6 @@ namespace RabbitMQ.Client.Impl
31843184
void HandleBasicDeliver(RabbitMQ.Client.IBasicConsumer consumer, string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties basicProperties, byte[] body);
31853185
void HandleModelShutdown(RabbitMQ.Client.IBasicConsumer consumer, RabbitMQ.Client.ShutdownEventArgs reason);
31863186
void Quiesce();
3187-
void Shutdown();
31883187
void Shutdown(RabbitMQ.Client.IModel model);
31893188
}
31903189
public interface IFrameHandler

0 commit comments

Comments
 (0)