Hi Jax, That sounds strange. Are you sure that the "target actor" has been started before you try to resolve it via the ActorSelection?
If you continue to have problems, a small reproducer would be very helpful in trying to figure out what is wrong. B/ On 23 June 2014 at 07:53:22, Jax Gibb ([email protected]) wrote: I have a similar inconsistency. Everything works fine using actorFor(), but if I simply replace with actorSelection(), then the Future<ActorRef> from resolveOne() takes a highly variable amount of time (with repeated attempts), or doesn't resolve at all. I am using strictly Java, & I'm still within the one JVM (until I sort this out). Jax -- >>>>>>>>>> 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 http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout. -- Björn Antonsson Typesafe – Reactive Apps on the JVM twitter: @bantonsson -- >>>>>>>>>> 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 http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
