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 built 2 utilities, the first is a daemon and used to serve the HTTP Server, and the other is used to control in HTTP server by sending requests over a Unix domain socket.
I implemented all parts of the pause, resume, and shutdown (or stop).
But after shutdown, I need to re-run the daemon (or program).
So, Is there a way to re-run the HTTP server without re-run the daemon?
Is there a way to run the server again after stopping it by
ServerHandle::stop()
?The text was updated successfully, but these errors were encountered: