Hi All,

Below are the lines of code in which one actor tries to connect to the 
other remote actor. actorSelection(path) gets resolved at times and at 
other times it doesnt get resolved, eventhough I run the same testCase 
again and again.
I was reading about akka quarantines a remote actor when a particular 
scenario occurs.
Do you think that this is one such scenario?

 sys.actorSelection(path).resolveOne((4  seconds).onComplete {
          case Success(actorRef) =>
           ........
            
          
          case Failure(rsn) =>
           .........

Regards,
Vijay

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

Reply via email to