Re: [akka-user] Re: When remote actor's JVM is killed via ^C, watchers (on different JVMs) do not get Terminated Messages

2014-07-17 Thread Konrad Malawski
Hi Ahmet, Remote DeathWatch should trigger Terminated() messages even in case of killing the other JVM. In case of jvm / network failure, there’s a Failure Detector (with a timeout) that will eventually kick in and send Terminated messages, this is explained in detail in Remoting - watching remote

[akka-user] Re: When remote actor's JVM is killed via ^C, watchers (on different JVMs) do not get Terminated Messages

2014-07-14 Thread Ahmet Sevki
I forgot: Actor B in this case runs akka 2.3.0 Actor A is within a play system that runs play 2.3.1, and is running an akka 2.3.0 version of remote(libraryDependencies += com.typesafe.akka %% akka-remote % 2.3.0) -- Read the docs: http://akka.io/docs/ Check the FAQ: