|
|
@@ -1179,7 +1179,7 @@ namespace YSAI.Opc.ua.client
|
|
|
ConcurrentDictionary<string, AddressValue> param = new ConcurrentDictionary<string, AddressValue>();
|
|
|
//处理数据
|
|
|
AddressValue addressValue = YSAI.Core.handler.AddressHandler.ExecuteDispose(queueData.addressDetails, notification.Value.ToString()); //数据
|
|
|
-
|
|
|
+ //添加或更新
|
|
|
param.AddOrUpdate(queueData.addressDetails.AddressName, addressValue, (k, v) => addressValue);
|
|
|
|
|
|
//响应
|