Explain use of existenceConfirmed, see #1588
This commit is contained in:
parent
7460ef467c
commit
6d51d6d647
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue