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 found a memory leak while testing switching wallets. cancelStreamAllMessages does not clean up the event listener streamAllMessages creates. So they linger and cause the callback to fire multiple times if you switch back even if call cancelStreamAllMessages.
Use event emitter to kill those event listeners
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: