You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a corner case for the issue addressed here: #29.
This occurs when the version fetched by State() is deleted before SetState() is executed. That will cause an error: got [1 1 OK OK] from redis, expected [<version_before_remove>+1 1 OK OK] raised by checkResponseFromRedis.
Potential solution is to always expect version to be in initial state: #42
The text was updated successfully, but these errors were encountered:
This is a corner case for the issue addressed here: #29.
This occurs when the version fetched by
State()
is deleted beforeSetState()
is executed. That will cause an error:got [1 1 OK OK] from redis, expected [<version_before_remove>+1 1 OK OK]
raised bycheckResponseFromRedis
.Potential solution is to always expect version to be in initial state: #42
The text was updated successfully, but these errors were encountered: