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
callLocal had few flaws,
1. it could leak worker process in parent process received an
exception but handles it. Then process was not killed, so
linking worker to parent didn't help
2. A parent process could exit `callLocal` while child process
is still alive.
This this patch both things are solved alltogether.
0 commit comments