-
Notifications
You must be signed in to change notification settings - Fork 594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use new shutdown hooks in Akka 2.5 to prevent AbruptTerminationException in Http infrastructure #907
Comments
Also, see akka/akka#18747 tracking to fix the problem in the streaming infrastructure directly. |
Great, thanks for looking them up, @jonas. |
So the idea is that |
We do not like this "harmless" error message either.
And still in some cases we manage to get that exception, sometimes several of them. Are we doing something wrong? Is it possible, that we are leaving something streaming behind? According to #497 it seems that |
There are already some hook phases pre-allocated for exactly this purpose.
All active components should be shutdown in the hook:
Http().shutdownAllConnectionPools
The text was updated successfully, but these errors were encountered: