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 0a405b5 commit 1f972d1Copy full SHA for 1f972d1
src/ServiceControl.Audit/Auditing/AuditIngestion.cs
@@ -294,7 +294,7 @@ public override async Task StopAsync(CancellationToken cancellationToken)
294
}
295
296
TransportInfrastructure transportInfrastructure;
297
- IMessageReceiver queueIngestor;
+ IMessageReceiver messageReceiver;
298
299
readonly int MaxBatchSize;
300
readonly SemaphoreSlim startStopSemaphore = new(1);
0 commit comments