Remove unused variable in TelemetryPublisherAzure.cs
This commit is contained in:
parent
00e6ae34b7
commit
0600d4fde4
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ namespace NucuCar.Domain.Telemetry
|
||||||
await DeviceClient.SendEventAsync(message, cts.Token);
|
await DeviceClient.SendEventAsync(message, cts.Token);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
catch (OperationCanceledException e)
|
catch (OperationCanceledException)
|
||||||
{
|
{
|
||||||
retry += 1;
|
retry += 1;
|
||||||
Logger?.LogWarning($"Telemetry not sent! Retry {retry}.");
|
Logger?.LogWarning($"Telemetry not sent! Retry {retry}.");
|
||||||
|
|
Loading…
Reference in a new issue