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
Keep IPC channel referenced once it's needed again
Ensure the IPC channel stays referenced. This is a safe-guard: it's easy
to end up in a situation where the channel needs to be referenced but
it's unreferenced because other code wasn't aware.
0 commit comments