From ebf0bef64c87b213a8222448571d1e8a5d824327 Mon Sep 17 00:00:00 2001 From: Viktor Klang Date: Fri, 21 Sep 2012 12:08:37 +0200 Subject: [PATCH] Adding Caveat for Death Watch of Remoting into the Scala section as well. --- akka-docs/scala/remoting.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/akka-docs/scala/remoting.rst b/akka-docs/scala/remoting.rst index 5649dceeaf..9e11412ef1 100644 --- a/akka-docs/scala/remoting.rst +++ b/akka-docs/scala/remoting.rst @@ -135,6 +135,10 @@ actor systems has to have a JAR containing the class. but send ``Props`` to a remotely looked-up actor and have that create a child, returning the resulting actor reference. +.. warning:: + + *Caveat:* Akka Remoting does not trigger Death Watch for lost connections. + Programmatic Remote Deployment ------------------------------