Hi, New to Akka here and I have a question about the IO-Tcp actors. Is there a way to get an ActorRef to the TcpListener? The Bound message doesn't have a ref to the underlying listener actor (is the *sender *the TcpListener?)
I ask, because in my unit tests, I fire up my server with a particular configuration and want to watch the listener so I can wait for its death before continuing on to the next test. -- >>>>>>>>>> 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.
