-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
Hi - I'm seeing an issue where the sticky bucketing service doesn't seem to be using the proper hash key to look for the assignments. After some debugging, here's what seems to happen:
- GB SDK loads at app launch time without user attributes set
- later, we call
setAttributeswhich triggers arefreshStickyBucketing Utils.getStickyBucketAssignmentsuses a previously set sticky assignments instead of the most recently fetched one
from what I can tell, Utils.refreshStickyBuckets() passes in a context gbContext that is not the same context that is used in Utils.getStickyBucketAssignments()
Metadata
Metadata
Assignees
Labels
No labels