Skip to content
This repository was archived by the owner on Jul 29, 2021. It is now read-only.

Commit ac554fe

Browse files
Update comment
1 parent c543f90 commit ac554fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/OpcSession.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ public async Task AddNodeForMonitoring(NodeId nodeId, ExpandedNodeId expandedNod
892892
opcSubscription.OpcMonitoredItems.Add(opcMonitoredItem);
893893
Trace($"AddNodeForMonitoring: Added item with nodeId '{(expandedNodeId == null ? nodeId.ToString() : expandedNodeId.ToString())}' for monitoring.");
894894

895-
// update the publishing data
895+
// trigger the actual OPC communication with the server to be done
896896
Task.Run(async () => await ConnectAndMonitorAsync(ct));
897897
}
898898
}
@@ -935,7 +935,7 @@ public async Task RequestMonitorItemRemoval(NodeId nodeId, ExpandedNodeId expand
935935
}
936936
}
937937

938-
// Stop publishing.
938+
// trigger the actual OPC communication with the server to be done
939939
Task.Run(async () => await ConnectAndMonitorAsync(ct));
940940
}
941941
catch (Exception e)

0 commit comments

Comments
 (0)