Steps to reproduce:
- Create feature TEST, set value to 1
- Add listener using this sdk and context user_Id=1
- Add split rule with user_id=1 and feature value 2
- No listener called (but it will be called with correct value 2 if we change main feature value to some other value)
The issue is with this line io.featurehub.client.FeatureStateBase.java:200 where only main value checked.
Steps to reproduce:
The issue is with this line io.featurehub.client.FeatureStateBase.java:200 where only main value checked.