Skip to content

Commit

Permalink
Do not report failed telemetry to frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
andchiind committed Dec 11, 2024
1 parent 7fbd331 commit fa625cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/api/EventHandlers/MqttEventHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -530,9 +530,7 @@ private async void OnIsarCloudHealthUpdate(object? sender, MqttReceivedArgs mqtt
return;
}

string messageTitle = "Failed Telemetry";
string message = $"Failed telemetry request for robot {cloudHealthStatus.RobotName}.";
SignalRService.ReportGeneralFailToSignalR(robot, messageTitle, message);

TeamsMessageService.TriggerTeamsMessageReceived(new TeamsMessageEventArgs(message));
}
Expand Down

0 comments on commit fa625cd

Please sign in to comment.