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
I might be missing something obvious, but if I'm using serve, do I have any way of making the server terminate ? For instance, if it were to receive a specific instruction to shutdown ? Since any code I can execute from server is run in a fork, I'm not sure there is way to do so. When daemonizing the server, you typically wants a way to tell it to shutdown, so how can I do that exactly ?
The text was updated successfully, but these errors were encountered:
I might be missing something obvious, but if I'm using
serve
, do I have any way of making the server terminate ? For instance, if it were to receive a specific instruction to shutdown ? Since any code I can execute fromserver
is run in a fork, I'm not sure there is way to do so. When daemonizing the server, you typically wants a way to tell it to shutdown, so how can I do that exactly ?The text was updated successfully, but these errors were encountered: