You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(client): don't check security policy for anonym token type
Some servers send a securityPolicyUri even with tokenType UA_USERTOKENTYPE_ANONYMOUS which doesn't make sense at all.
An open62541 based client should be able the connect to such servers anyway
server: CTT - Remove redundant listing of DiscoveryURL
- Remove the redundant listing of DiscoveryUrls in
FindServer service
Signed-off-by: Jayanth Velusamy <[email protected]>