Skip to content

Commit

Permalink
add awaitTermination to Akka plugin as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ph2734 committed Apr 11, 2012
1 parent 9563780 commit 843f033
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -119,6 +119,7 @@ class AkkaPlugin(app: Application) extends Plugin {
if (applicationSystemEnabled) {
Logger("play").info("Shutdown application default Akka system.")
applicationSystem.shutdown()
applicationSystem.awaitTermination()
}
}

Expand Down

0 comments on commit 843f033

Please sign in to comment.