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
{{ message }}
This repository has been archived by the owner on May 17, 2023. It is now read-only.
Hey, i have seen your post @ https://groups.google.com/forum/#!topic/liftweb/ANI-9KQYyn0
Thanks for sharing! But i have a question, i have more or less implemented one project the same way you shoed in this repository. Just one question, can you add a sample how to properly shutdown the application so this part is really called:
Seems like you asked the question on the Mailing List, too (and it's answered there).
For history: the sbt-revolver plugin does not handle shutdown hooks properly, so there is no way to use a shutdown hook while in reStart (development) mode. spray/sbt-revolver#20
Hey, i have seen your post @ https://groups.google.com/forum/#!topic/liftweb/ANI-9KQYyn0
Thanks for sharing! But i have a question, i have more or less implemented one project the same way you shoed in this repository. Just one question, can you add a sample how to properly shutdown the application so this part is really called:
I can not see the logging info in console. I have already tried ~reStop and Ctrl+C. Both just kill the application without a graceful shutdown.
I heavily use this method to shutdown database connection pools, akka actors and so on...
Thanks a lot!
The text was updated successfully, but these errors were encountered: