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 it in my NodeJS server, after an active session, there are quite a few Date object retained in the heap. The retainer refers me to the ChannelzTrace.events.
Reading the code, it looks like the events array is never cleaned up.
Does it make sense to remove the event once it's logged?