Ticket created: https://github.com/akka/akka/issues/15340
Regards, Roland On Fri, May 30, 2014 at 2:48 PM, Endre Varga <[email protected]> wrote: > Hi vincent, > > >> after I run it, the log only have: >> >> [DEBUG] [05/28/2014 14:20:56.235] >> [ClientAndServer-akka.actor.default-dispatcher-3] [akka.tcp:// >> [email protected]:2551/system/IO-TCP/selectors/$a/0] >> Successfully bound to /127.0.0.1:6000 >> >> Server started, listening on: /127.0.0.1:6000 >> >> [DEBUG] [05/28/2014 14:21:02.571] >> [ClientAndServer-akka.actor.default-dispatcher-4] [akka.tcp:// >> [email protected]:2551/system/IO-TCP/selectors/$a/0] New >> connection accepted >> >> Client connected from: /127.0.0.1:51552 >> >> [DEBUG] [05/28/2014 14:21:02.596] >> [ClientAndServer-akka.actor.default-dispatcher-4] >> [akka://ClientAndServer/user/$a/$b] received handled message >> RequestMore(akka.stream.impl.ActorSubscription@7eac4d3b,16) >> >> [DEBUG] [05/28/2014 14:21:02.596] >> [ClientAndServer-akka.actor.default-dispatcher-19] >> [akka://ClientAndServer/user/$a/$c] received handled message >> RequestMore(akka.stream.impl.ActorSubscription@7f1fc4b8,4) >> >> [DEBUG] [05/28/2014 14:21:07.599] >> [ClientAndServer-akka.actor.default-dispatcher-3] [akka.tcp:// >> [email protected]:2551/system/IO-TCP/selectors/$a/1] Configured >> registration timeout of [5000 milliseconds] expired, stopping >> >> >> Did I miss something? >> > > I think the problem is that nothing is attached to the outputStream side > of the connection stream. I need to check the code but I think it will not > properly start up until both sides are wired up. But you should be able to > wire an empty producer to the outputs. > > This probably deserves a ticket. > > -Endre > > >> -- >> >>>>>>>>>> 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 http://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 [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/d/optout. > -- Akka Team Typesafe - The software stack for applications that scale Blog: letitcrash.com Twitter: @akkateam -- >>>>>>>>>> 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 http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
