sailorvii
sailorvii
I tried to use username/password for the opcua client but failed. My code: opts = []opcua.Option{ opcua.AuthUsername(myuser, mypasswd), opcua.AuthPolicyID("username"), } What I got "asn1: syntax error: sequence truncated" It failed...
Fix:
What type of PR is this? /kind bug What this PR does / why we need it: The value type of twin could not be written as "integer" but "int"....
The value type of twin could not be written as "integer" but "int".
What type of PR is this? /kind bug What this PR does / why we need it: 1. The value type of twin could not be written as "integer" but...