I have a simple example of two play apps running on localhost and I am trying to send a message from one actor to another one. If I configure the server actor to have port 0, run and see what port it is running on, and then use that port in the other actor, it works fine. My question is how can I get the client actor to know what the port is? By the way, if I set the port explicitly on the server actor, I get 'address already in use', no matter what port I choose.
Any ideas? Thanks. Jack -- >>>>>>>>>> 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
