Replies: 1 comment 8 replies
-
@pfk84 Excellent suggestion! And in fact precisely what I'm working on at the moment now that #136 is in! :) The idea is to automatically add |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using the builtin webserver I'd recommend having a halt function ($app->halt) as well to stop the builtin webserver from accepting new requests so that the app can be stopped after having served all current requests.
This is particulary useful wenn one has added signals to interrupt SIGINT, SIGUSR2 etc. so that tools like nodemon can gracefully restart the app if there has been an update.
What do you think? Or is there already a good way to do this?
Beta Was this translation helpful? Give feedback.
All reactions