Completo le modifiche del config data service in async x ottimizzare chaimate
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user