Merge branch 'release/IcoelOpcUaTest01'

This commit is contained in:
Samuele Locatelli
2022-05-12 17:59:59 +02:00
2 changed files with 3 additions and 0 deletions
Binary file not shown.
+3
View File
@@ -797,6 +797,9 @@ namespace IOB_WIN_NEXT
};
// aggiungo
elencoDataItems.Add(currMapoDataItem);
// aspetta un tempo random da 100-200 ms...
Random rnd = new Random();
Task.Delay(rnd.Next(100, 200));
// invio il dataItem serializzato...
sendDataItemsList(elencoDataItems);
}