Skip to content

Commit

Permalink
Use configured session locale ids when activating a session
Browse files Browse the repository at this point in the history
fixes #970
  • Loading branch information
kevinherron committed Apr 25, 2022
1 parent 7c54cfa commit ae4d38b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -895,7 +895,7 @@ private static CompletableFuture<OpcUaSession> activateSession(
client.newRequestHeader(csr.getAuthenticationToken()),
buildClientSignature(client.getConfig(), csrNonce),
new SignedSoftwareCertificate[0],
new String[0],
client.getConfig().getSessionLocaleIds(),
ExtensionObject.encode(client.getStaticSerializationContext(), userIdentityToken),
userTokenSignature
);
Expand Down

0 comments on commit ae4d38b

Please sign in to comment.