users@grizzly.java.net

samples.echo question

From: yangjun2 <yangjun1120_at_gmail.com>
Date: Thu, 9 Jun 2011 23:58:43 -0700 (PDT)

EchoServer.java

// binding transport to start listen on certain host and port
   transport.bind(HOST, PORT);

   transport.configureStandalone(true);

 // start the transport
   transport.start();


   transport.configureStandalone(true); // when add this line , EchoServer
could not receive message?

   

   
   yangjun
   Best Regards.
   

  

--
View this message in context: http://grizzly.1045725.n5.nabble.com/samples-echo-question-tp4475386p4475386.html
Sent from the Grizzly - Users mailing list archive at Nabble.com.