Hi, I'm in the process of learning Akka and I wondered if anyone could clarify something for me.
If I have 2 actors. I 'ask' Actor A which in turn 'asks' Actor B. This means I get returned a Future from ActorB wrapped in a Future from Actor A (correct?) Is this good practice? Should I be using "tell" instead to avoid the nested Futures? Any pointers gratefully received! G -- >>>>>>>>>> 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.
