RE: Issue with decoding variable length messages on MINA server

2007-04-12 Thread Uday Prakash \(DHL CZ\)
Hi Yogs, Have you thought of using a delimiter in your messages? That could make your life a lot easier. -U -Original Message- From: Yogs [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 11, 2007 9:35 PM To: [EMAIL PROTECTED] Subject: Issue with decoding variable length messages on

Re: Issue with decoding variable length messages on MINA server

2007-04-11 Thread Niklas Therning
Yogs wrote: Hi I have a blocking client connected to a MINA based server. And client is sending variable length message to server. The Message doesn’t have a notion of msgLength. So in my decoder.docodable() method can’t figure out whether this message is complete or not. So when I actually