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
If I call getEnvironmentFlags and then call getIdentityFlags, then the first cached call will be returned for the second call.
I feel like this behavior is error prone as we don't expect to have the "default" value of environment flags when we request for a specific identity override, even if we cache the results of the API.
The text was updated successfully, but these errors were encountered:
Let say I configure a FlagsmithCache of 1 minute.
If I call getEnvironmentFlags and then call getIdentityFlags, then the first cached call will be returned for the second call.
I feel like this behavior is error prone as we don't expect to have the "default" value of environment flags when we request for a specific identity override, even if we cache the results of the API.
The text was updated successfully, but these errors were encountered: