good catch, that's a bug in the actor ref resolution in channels. Ticket created<https://www.assembla.com/spaces/akka/tickets/3814-actor-ref-resolution-in-channels-doesn-t-preserve-order> .
> > Thanks for reporting. > > Anytime :) Here is one more fact that I learned from this example - messages in mailboxes are not preserved by processors, correct? That is a message is not saved until it is picked up by Receive handler. And to make sure messages that don't make it to Receive handler by the time of failure are preserved I must use a persistent channel, correct? -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>>>>>>>> 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/groups/opt_out.
