Hi, I would like to understand when it is safe to assume that deathwatch messages are always delivered for local actors. Especially I am interested in the parent-child watch.
I have found that *DeathWatchNotification* is transferred as a system message but later in *DeathWatch:watchedActorTerminated() *it is sent to self using simple tell. So if an actor has a bounded mailbox then the message may be lost, is it correct? Are there any other reasons for loosing deathwatch messages? Is it possible to have strict guarantee for deathwatch at least for the parent-child relation? Thanks -- >>>>>>>>>> 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 https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
