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.