Netty client

Murali Mohan Rath mmrath at gmail.com
Tue Jun 22 00:14:29 EDT 2010


The Exception is coming after the second response. 
I believe server is not programmed to terminate the connection because when
I do a connect using a plain socket I am able to get the response from the
server infinitely.

The code for reading plain socket connection is something like below.

while (true) 
{
    byte cb = in.readByte(); //input stream of socket
    //construct the message and do something
                
} 


-- 
View this message in context: http://netty-forums-and-mailing-lists.685743.n2.nabble.com/Netty-client-tp5193745p5207231.html
Sent from the Netty User Group mailing list archive at Nabble.com.


More information about the netty-users mailing list