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
One idea is to add a special symbol to the returned promise and add a .offOnce() method to Emittery that checks for the special symbol and unsubscribes.
once
returns a promise and nothing else, so if you do aonce
and it never gets emitted it's leaked forever.The text was updated successfully, but these errors were encountered: