This commit is contained in:
gcw_MV9p2JJN 2026-02-01 19:24:33 +08:00
parent f445328ba9
commit 39f46e5f3c

View File

@ -50,7 +50,8 @@ namespace RIZO.Service.PLCbackTask
if (!isConnected)
{
_logger.Error("Failed to connect to PLC.");
break;
Task.Delay(1000, stoppingToken);
continue;
}
}