-
Notifications
You must be signed in to change notification settings - Fork 269
Open
Description
I'd like to understand a couple of things about the redundant InterestGroup
and values situation :
-
In Chrome browser,
Event time
is updated after every refresh. To be more explicit, should not it be clearer to get the field namecreated date
orupdated date
?
Note : This situation seems to be only applied to the latestInterestGroup
with the same values in a loop until the browser get a new event. -
When I browse or refresh the browser, the same
InterestGroup
with the same values can be added instead of updating or overwriting the existing one. Which results to get a redundant list ofInterestGroup
and values.
Question : At high scale, would not it be a risk ofmemory leak
for the Chrome browser during the user journey?
Metadata
Metadata
Assignees
Labels
No labels