Actor TryGetStateAsync()
is returning stale / previous state
#1467
Labels
TryGetStateAsync()
is returning stale / previous state
#1467
Expected Behavior
When a call is made to
this.StateManager.TryGetStateAsync()
then I expect the newest/current data to be retrieved.Actual Behavior
When a call is made to
this.StateManager.TryGetStateAsync()
then it is retrieving a cached/previous/stale version of the state.However, if I use the Actor HTTP API to retrieve the same state key, I can see the new/current state returned as expected
If I then kill the dapr/app process, and restart it, the Actor will now log out the correct state
Steps to Reproduce the Problem
Release Note
RELEASE NOTE:
The text was updated successfully, but these errors were encountered: