We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de688ac commit 444b2c8Copy full SHA for 444b2c8
Stack/Opc.Ua.Core/Stack/Configuration/ConfiguredEndpoints.cs
@@ -1411,6 +1411,12 @@ private EndpointDescriptionCollection MatchEndpoints(
1411
continue;
1412
}
1413
1414
+ // check for matching port.
1415
+ if (sessionUrl.Port != endpointUrl.Port)
1416
+ {
1417
+ continue;
1418
+ }
1419
+
1420
matches.Add(description);
1421
1422
0 commit comments