On Fri, Sep 9, 2016 at 12:27 PM, Guido Medina <[email protected]> wrote:

> Also, what ID strategy are you using? I see none configured so it it is
> using the default, try setting it like I posted in the example which is
> "automatic"
>

Yeah, this is what I was going to suggest.  The default idstrategy,
"incremental", is an *extremely* bad idea for any sort of real code.  From
what I see here, you're not explicitly registering ActorRef, which means
that the sending end is going to pick a serialization ID when it goes to
serialize the ActorRef; at the receiving end, it's going to get that
randomly-chosen ID, not know what to do with it, and probably crash.

Personally, I favor 'idstrategy="explicit"', but that's hardcore, and a lot
of extra effort.  Automatic is easier, and likely to work adequately in
practice...

-- 
>>>>>>>>>>      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 https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to