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
{{ message }}
This repository was archived by the owner on Jul 29, 2022. It is now read-only.
substrate-light-ui/packages/extension-app/src/background/index.ts
Lines 68 to 78 in fccb563
We subscribe to the light node, but when the port closes, we don't actually call unsubscribe.
I guess we would need to store all the
subscriptionIds, and on port.disconnect, callstate_unsubscribeStorage()on all those ids.