fix(otopcua): guard discovered-injection equipment id + cover deferred forwarding

This commit is contained in:
Joseph Doherty
2026-06-26 07:27:09 -04:00
parent ccf93fc029
commit 34fc304712
3 changed files with 9 additions and 3 deletions
@@ -319,6 +319,7 @@ public sealed class AddressSpaceApplier
IReadOnlyList<DiscoveredFolder> folders,
IReadOnlyList<DiscoveredVariable> variables)
{
ArgumentException.ThrowIfNullOrEmpty(equipmentRootNodeId);
ArgumentNullException.ThrowIfNull(folders);
ArgumentNullException.ThrowIfNull(variables);
if (folders.Count == 0 && variables.Count == 0) return;