I will accept potentially more out-of-order messages.
Am I correct to also skip the BackoffSupervisor, and just use resume()? Restarting the actor seems to serve no purpuse now. With resume() the actor can still do other stuff.
Best regards,
Anders
--
>>>>>>>>>> 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 akka-user+...@googlegroups.com.
When the actor is stopped, I got dead letters in my test (messages sendt to the BackoffSupervisor ). Is that correct, or should the mailbox still be there, accepting messages?
Trying to make out how to migrate to Akka 2.4! :-)