Yes it does remove dead actors.

In 2.3.x this is implemented using the now deprecated `isTerminated` calls on 
the actor refs (impl is in ActorClassification).

And in 2.4.x (not yet released, but the feature is implemented already) the 
clean up happens via DeathWatch (so we’re able to avoid calling `isTerminated` 
all the time). The change required making the bus require an ActorSystem - 
which should not be a problem, since you’re most of the time implementing actor 
based apps anyway with these - migration guide here.

Happy hakking!

-- 
Konrad 'ktoso' Malawski
hAkker @ typesafe
http://akka.io

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to