On 5/9/06, Michael Bauroth <[EMAIL PROTECTED]> wrote:
Hi,only a short question. Can it be, that IoSession.write() adds an extra charater at the end of each line (like an EOL or so)?
AFAIK, it doesn't. Otherwise binary protocols such as SSL/TLS would have bombed. Check the bytebuffer you are passing to write(). Is the limit set correctly? Regards, Vinod.
