I don’t understand what’s going where or how ;-)
Could you share code?

Also, isn’t this a macwire question? Better to ask on
https://github.com/adamw/macwire/issues ?

-- 
Cheers,
Konrad 'ktoso <http://kto.so>' Malawski
Akka <http://akka.io/> @ Lightbend <http://lightbend.com/>

On February 23, 2018 at 16:05:22, ksachd...@gmail.com (ksachd...@gmail.com)
wrote:


   1.

   Scenario 1 - Working scenario
   - Actor1 -->MyMsg1-->Actor2
      - Actor2 MyMsgHandler - Processes message(with Future), does pipeTo
      to sender with MyMsg2. Works fine, Actor1 recvs MyMsg2



   1.

   Scenario2 - Failing scenario
   - Actor1 has a bean injected via MacWire - myBean.
      - myBean has Actor2 injected as a bean and sends MyMsg1 to Actor2
      - Actor2 MyMsgHandler processes message(with Future), does pipeTo to
      sender and tries sending MyMsg2 - Goes to deadLetter. The actor Ref
      for sender is never set.

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

Reply via email to