Re: [akka-user] "Message was not delivered" issue

2015-05-06 Thread Sergey Sopin
It seems my problem is solved. I have stopped root actor before messages were delivered to child ones. Sorry for disturbing and thank you. Regards, Sergey среда, 6 мая 2015 г., 13:30:12 UTC+3 пользователь Sergey Sopin написал: > > Hi Endre, > > I tried to reproduce my problem, but I could not do

Re: [akka-user] "Message was not delivered" issue

2015-05-06 Thread Sergey Sopin
Hi Endre, I tried to reproduce my problem, but I could not do this. Everything works correctly in my test roject: https://github.com/SScare/PilotsAndTests/tree/master/PlayAkka I am confused even more than earlier... Regards, Sergey вторник, 5 мая 2015 г., 14:25:23 UTC+3 пользователь Akka Team

Re: [akka-user] "Message was not delivered" issue

2015-05-05 Thread Akka Team
Hi Sergey, The code looks OK, but I think it is not enough to see where the issue is. Try to put together a minimized, self-contained code example that shows the symptoms. The example should contain only minimal functionality that is enough to replicate the problem. -Endre On Sun, May 3, 2015 at

[akka-user] "Message was not delivered" issue

2015-05-04 Thread Sergey Sopin
Hi, I'm developing a system based on Akka and I got stuck with situation which is completely unclear for me. I have three actors with following hierarchy: Root actor -> SubPathProcessingSupervisor -> SubPathFinderActor. Root actor creates "SubPathProcessingSupervisor " one during preStart and t