Closed L-Henke closed 4 years ago
A changed session key is only handled on get operations. If you set a value and the session key has changed, the communication fails. This PR adds a _get() call after the key is loaded to that a new session key will be generated if is has expired.
Rebased and merged, thanks
A changed session key is only handled on get operations. If you set a value and the session key has changed, the communication fails. This PR adds a _get() call after the key is loaded to that a new session key will be generated if is has expired.