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
Because promises that are bound to the notifier get into the internal _targets, they never get freed by the GC. Even fulfilled promises remain in the hash, leading to an increasing internal hash.
The issue is resolved by changing addEvents into this:
Because promises that are bound to the notifier get into the internal _targets, they never get freed by the GC. Even fulfilled promises remain in the hash, leading to an increasing internal hash.
The issue is resolved by changing
addEvents
into this:Ragerds,
Marco
The text was updated successfully, but these errors were encountered: