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
By periodically quering this endpoint while updating the key in redis, the response shculd report updated value, which is not happening and the first value is reported.
Expected Behavior
Using IOptionsMonitor I can receive updates from dapr configuration store.
Actual Behavior
I am not receiving updates from the configuration store.
Steps to Reproduce the Problem
This can be reproduced using minimal api app
Project file
Program.cs
By periodically quering this endpoint while updating the key in redis, the response shculd report updated value, which is not happening and the first value is reported.
EDIT: I've found the root cause and created #935
The text was updated successfully, but these errors were encountered: