[akka-user] Re: HTTP - ask actor does not stop when client closes connection

2017-05-10 Thread richard
I assume you mean as described in http://doc.akka.io/docs/akka-http/10.0.5/scala/http/low-level-server-side-api.html#connection-failures and http://doc.akka.io/docs/akka-http/10.0.5/scala/http/low-level-server-side-api.html#connections-source-failures ? Neither of those actually report an e

[akka-user] Re: HTTP - ask actor does not stop when client closes connection

2017-05-04 Thread johannes . rudolph
Hi Richard, the behavior you describe is as expected. The ask ActorRef has no relation to the connection and so watching it doesn't have the desired effect. The routing DSL doesn't even know about the concept of connections. It only handles single requests and doesn't get notified in any way wh