If I call context.watch () on an ActorRef that is already dead, am I still getting a completion message?
Also, after receiving a completion message regarding a particular actor, do I still need to call unwatch ()?
Also, are watch () links counted? If I call watch () twice and then unatch (), I'm sure I still get completion messages?
source
share