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
Initial loading of features in an asynchronous way can be improvised.
Let us assume someAysnchronousFunction is returning features loaded from redis
fflip.config({ criteria: {},
features: someAysnchronousFunction,
reload: anyInterval });
fflip.isEnabledForUser(feature, user); // This is returning null as the features are not yet loaded
@FredKSchott is this module still maintained? It's quite popular, but last commit is almost 2 years old. I can put together a PR if it would be merged and released.
Initial loading of features in an asynchronous way can be improvised.
Let us assume someAysnchronousFunction is returning features loaded from redis
can this be like
The text was updated successfully, but these errors were encountered: