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
Hi, I'm very interested in this library - but there's an issue.
We need the childprocess.fork method rather than childprocess.spawn, because we need the additional comms channel.
Looks like the newProcessWithWebSocketUrl would need to be replicated as newForkWithWebSocketUrl - replacing the execa call with a childprocess.fork call -- but I'm not sure how to do this while keeping all the other things intact.
Would you consider supporting fork?
The text was updated successfully, but these errors were encountered:
Hi, I'm very interested in this library - but there's an issue.
We need the childprocess.fork method rather than childprocess.spawn, because we need the additional comms channel.
Looks like the newProcessWithWebSocketUrl would need to be replicated as newForkWithWebSocketUrl - replacing the execa call with a childprocess.fork call -- but I'm not sure how to do this while keeping all the other things intact.
Would you consider supporting fork?
The text was updated successfully, but these errors were encountered: