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
Consent updates are processed through the local event stream, which is not guaranteed FIFO. When a consent is flipped back and forth quickly enough, there is a chance those updates process out of order, ending up in the wrong state on other devices.
Describe the solution to the problem
Switch from local events to the sync group messages for update ordering.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
Consent updates are processed through the local event stream, which is not guaranteed FIFO. When a consent is flipped back and forth quickly enough, there is a chance those updates process out of order, ending up in the wrong state on other devices.
Describe the solution to the problem
Switch from local events to the sync group messages for update ordering.
The text was updated successfully, but these errors were encountered: