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
I see duplicate customer with the same id when I make a simultaneous call with addAttribute and track methods.
One thing to note is that the identify call was not made for the customer creation on engage. The duplicate customer data should ideally be one, since the call is made to the same id.
The text was updated successfully, but these errors were encountered:
adexot
changed the title
Duplicate customer after simultaneous request with
Duplicate customer after simultaneous request with same id
Jun 26, 2022
Thanks for discovering this and sorry about the inconvenience. It is most likely due to race conditions with both calls triggered at the same time. A temporary fix would be to await for each call like this:
I see duplicate customer with the same
id
when I make a simultaneous call withaddAttribute
andtrack
methods.One thing to note is that the
identify
call was not made for the customer creation on engage. The duplicate customer data should ideally be one, since the call is made to the sameid
.The text was updated successfully, but these errors were encountered: