Dear all,

Itry to implement different behaviours using Akka actors. In my approach, 
traits
define message handling behaviours. The concrete actors mix in those traits 
and then pick which behaviours they want when building out their receive 
function by using partial function chaining.

Unfortunately, it seems there is some trouble considering the instantiation 
of the 

sender of messages. As shown in the following console message alice is 
unable to 

identify the sender of the message "Good" which is bob.


alice send Fine? to bob 

bob replies Good to Actor[akka://StrategiesSystem/user/alice] 

alice receives Good from Actor[akka://StrategiesSystem/deadLetters]


As you will see in my code the expected result is that bob should be 
stopped which is not the case. 

Your help will be appreciated.

Thanks in advance,

Max.

-- 
>>>>>>>>>>      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.

Attachment: TestStrategies.scala
Description: Binary data

Reply via email to