Interesting. Does that mean the EventBus is an actor in 2.4.x and easier to extend?
On Friday, 20 June 2014 17:59:09 UTC+1, Konrad Malawski wrote: > > 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 > <https://github.com/akka/akka/blob/release-2.3/akka-actor/src/main/scala/akka/event/EventBus.scala#L248> > ). > > 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 > <http://doc.akka.io/docs/akka/snapshot/project/migration-guide-2.3.x-2.4.x.html> > . > > 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
