Merge branch 'release/IcoelOpcUaTest01'
This commit is contained in:
Binary file not shown.
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user