Explain use of existenceConfirmed, see #1588

This commit is contained in:
Patrik Nordwall 2012-09-11 09:23:09 +02:00
parent 7460ef467c
commit 6d51d6d647

View file

@ -115,7 +115,8 @@ private[akka] trait DeathWatch { this: ActorCell ⇒
}
// send Terminated to self for all matching subjects
// FIXME existenceConfirmed?
// existenceConfirmed = false because we could have been watching a
// non-local ActorRef that had never resolved before the other node went down
for (a watching; if a.path.address == address) {
self ! Terminated(a)(existenceConfirmed = false)
}