Get notified when feature rollout rules change #194
Unanswered
SantiagoRevelo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I would like to get some help. If I modify conditions within role rules targeting specific users, that role's event listener does not notify those who no longer meet the requirements.
My setup is as follows:
I create a new feature in the dashboard and configure its rules with a custom field for it.
In the code, using
featurehub-javascript-client-sdk, I set the user-context by adding thebeta-userattribute and add aneventListenerfor that feature. But if I change the feature rules in the panel, the users who are using the app do not receive the live-update. My expectations are that those users that don't meet the new conditions will receive the default feature value.It is possible to get the live-update in this case?
As a workaround, it works after I refresh the browser, but my expectation is to receive the live-update.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions