Skip to content

Commit

Permalink
fix(binding-opcua): setSecurity should return boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
erossignon committed Oct 13, 2021
1 parent 8a36236 commit 156a773
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/binding-opcua/src/opcua-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ export default class OpcuaClient implements ProtocolClient {
console.warn("[binding-opcua]", `Both password and certificate missing inside credentials`);
}
this.credentials = credentials;
return true;
}

private extractParams(url: string): { ns: string; idtype: string; mns: string; midtype: string } {
Expand Down

0 comments on commit 156a773

Please sign in to comment.