locka99 / opcua

A client and server implementation of the OPC UA specification written in Rust
Mozilla Public License 2.0
496 stars 131 forks source link

Make sure to apply the offset to the security token #108

Closed svanharmelen closed 3 years ago

svanharmelen commented 3 years ago

As the token comes in the same response that is used for calculating the offset, we need to apply it to the token before storing it.