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
The current version of the Client throws useless BadNoMatch Exceptions. I look in the code and I think this line is wrong and should be: if (uaResult == UA_STATUSCODE_BADNOMATCH) {
The current version of the Client throws useless BadNoMatch Exceptions. I look in the code and I think this line is wrong and should be:
if (uaResult == UA_STATUSCODE_BADNOMATCH) {
@ccvca What do you think?
https://github.com/umati/Dashboard-OPCUA-Client/blob/5ad734e37dd30dfb63087de53f4317ca7f704677/OpcUaClient/OpcUaClient.cpp#L915C18-L915C20
The text was updated successfully, but these errors were encountered: