I\'m trying to get an existing ActorRef with ActorFor or create a new one if it does not exists. I have the following code but it doesn\'t seem to work as expected. .isTermi
Based on the given code you are calling actorFor to look up a non-existent actor. The actor doesn't exist until actorOf is called.
actorFor
actorOf