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 want an easy way to unsubscribe individual listeners and handlers to have more granular control over IPC events.
As of 06b577a, cleanup functions are returned from the renderer process's IpcListener subscription methods. It would be nice for the main process's IpcListener to do the same.