Mailing list archives

Site index · List index
Message view « Date » · « Thread »
Top « Date » · « Thread »
From "Sungwon Jung" <the...@gmail.com>
Subject text based protocol
Date Mon, 17 Sep 2007 08:10:41 GMT
Hello. I'm using MINA 1.1.2.

problem is server cannot receive client's message.

client code is below.
---
char sBufSend[ 512 ] = "0123456789\0";
int iSend = 0;
iSend = send( scHost, sBufSend, strlen( sBufSend ), 0 );
printf( "%d\n", iSend );
--

server use cfg.getFilterChain().addLast( "codec", new
ProtocolCodecFilter( new TextLineCodecFactory( Charset.forName(
"ASCII" ) ) ) );

but server cannot receive "0123456789" that client sent message.

what's the reason?

Thank you.

Mime
View raw message