On Sat, May 9, 2015 at 1:55 AM, Chanan Braunstein <chan...@gmail.com> wrote:

> No that does not fix the issue.
>
> The sender is a problem if it ever got that far, but the problem is it
> does even seem to reach this actor. If it did this line:
>
>
> https://github.com/chanan/java-cqrs-starter/blob/master/app/actors/GameActor.java#L61
>
> would have been output into the log which it is not.
>

Have you set the Akka logging level to DEBUG? Otherwise you will not see it
logged (Akka logging works differently from Play logging and needs separate
configuration).

Unfortunately I have no more time to look into your code, (I don't believe
there is an Akka bug here), but I recommend you to sprinkle your code with
simple println() statements at key places and see what happens.

-Endre


>
>
> On Friday, May 8, 2015 at 7:29:43 AM UTC-4, Chanan Braunstein wrote:
>>
>> Oops, you are right, I will move it into the receive loop and try again
>> shortly, thanks!
>>
>  --
> >>>>>>>>>> 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+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at http://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
>>>>>>>>>>      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+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to