This commit is contained in:
Đăng Nguyễn 2025-12-22 19:44:08 +07:00
parent b006c5b197
commit 128600c4ed

View File

@ -169,10 +169,9 @@ public class RobotStatePublisher : BackgroundService
isConnected, // payload only bool
stoppingToken
);
);
}
}
catch (Exception ex)
catch
{
}
}