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
It would be good to swap from signals to a more cross-platform approach.
Can windows use net.ListenUnix? If so I'm thinking we listen with a random
socket file, then we pass the filename into the child process. Then we can
have proper bi-directional communications, where we remove all of the
signal handling (except user restarts) and use socket file tcp instead
On Tue, 7 Apr 2020 at 14:13, chicknsoup ***@***.***> wrote:
Similar to watchParrent(), we cannot send signals between windows
processes, so triggerRestart() obviously does not work.
To fix this, we have to find a way to send/receive messages between
master/slave processes.
- gRPC over tcp
- RESTful
- Windows API (like postmessage/sendmessage)
What do you think? @jpillora <https://github.com/jpillora>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#51>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAE2X44N6FNXXTSSOYZKSCDRLKR6LANCNFSM4MCZKC4Q>
.
Similar to watchParrent(), we cannot send signals between windows processes, so triggerRestart() obviously does not work.
To fix this, we have to find a way to send/receive messages between master/slave processes.
What do you think? @jpillora
The text was updated successfully, but these errors were encountered: