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
Open question as to what expected behavior is here. I believe without any modification, the same signal handlers are in place before and after the fork().
The text was updated successfully, but these errors were encountered:
I think the correct approach right now is to call this out as a limitation (or at least hairy behavior) and include some examples of signal handling with mem-isolate in #45.
Open question as to what expected behavior is here. I believe without any modification, the same signal handlers are in place before and after the
fork()
.The text was updated successfully, but these errors were encountered: