Skip to content

Commit

Permalink
fix ComDaClientNodeManager by removing reference to MonitoredItem Pro…
Browse files Browse the repository at this point in the history
…perty
  • Loading branch information
romanett committed Sep 12, 2024
1 parent 360be7c commit 4ecedf2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ComIOP/Common/Client/Da/ComDaClientNodeManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,6 @@ protected override ServiceResult CreateMonitoredItem(ServerSystemContext context
monitoredItem = datachangeItem;

// save the monitored item.
MonitoredItems.Add(monitoredItemId, datachangeItem);
monitoredNode.Add(datachangeItem);

// report change.
Expand Down

0 comments on commit 4ecedf2

Please sign in to comment.