Completo le modifiche del config data service in async x ottimizzare chaimate

This commit is contained in:
Samuele Locatelli
2026-03-24 10:31:19 +01:00
parent 869ec0ef1c
commit 12d1090540
12 changed files with 45 additions and 44 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ namespace Lux.API.Controllers
Stopwatch sw = new Stopwatch();
sw.Start();
string hwReq = id ?? "HW.AGB";
var answ = _confService.HwModelList(EgwMultiEngineManager.Data.Constants.EXECENVIRONMENTS.WINDOW, hwReq);
var answ = await _confService.HwModelListAsync(EgwMultiEngineManager.Data.Constants.EXECENVIRONMENTS.WINDOW, hwReq);
if (answ == null || answ.Count == 0)
{
await sendHwReq();