리팩토링 중

This commit is contained in:
logonkhi
2025-07-24 18:28:09 +09:00
parent 4d29143d47
commit a0c90b1e82
41 changed files with 618 additions and 301 deletions

View File

@@ -61,7 +61,7 @@ namespace UVC.Factory.Playback
httpRequestConfig.AddSplitConfig("ALARM", DataMapperValidator.Get("ALARM"));
foreach (var item in list)
{
await HttpDataProcessor.ProcessSplitResponse(httpRequestConfig, item.data);
HttpDataProcessor.ProcessSplitResponse(httpRequestConfig, item.data);
}
}
}
@@ -87,7 +87,7 @@ namespace UVC.Factory.Playback
httpRequestConfig.AddSplitConfig("ALARM", DataMapperValidator.Get("ALARM"));
foreach (var item in list)
{
await HttpDataProcessor.ProcessSplitResponse(httpRequestConfig, item.data);
HttpDataProcessor.ProcessSplitResponse(httpRequestConfig, item.data);
}
}
}