E3-1808: Patch to use supplied endpoint
With this very small patch to the open62541 module, an opcua-based IOC skips the FindServersRequest message, if you add
config->useSuppliedEndpoint = true;
before
connectStatus = UA_Client_connect(client, serverURL.c_str());
in SessionOpen62541.cpp from opcua.
Edited by Simon Rose