It works, thanks a lot :)

I also have another problem with TCP packages.. it seems that sometimes they
reach in different order then i wrote to the Sessions. My question is : is
this possible to be because of MINA or the settings i had to my server? Or
it's a bug in my code ?



Jeroen Brattinga wrote:
> 
> You're propable using the TextLineDecoder? Then you have to set the
> maximum line length property (which defaults to 1KB). Use the
> setMaxLineLength method to do this.
> 
> Jeroen Brattinga
> 
> 
> On Sun, 2007-12-16 at 01:43 -0800, pietry wrote:
>> I tried to increase the mina buffer sizes ( both receive and send) but
>> this
>> still has no success. I always get the same exception : 
>> buffer.org.apache.mina.common.BufferDataException: Line is too long: 2954
>> (Hexdump: empty)
>> Used this getSessionConfig().setReceiveBufferSize();
>> and getSessionConfig().setSendBufferSize();
>> Any suggestions ?
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Maximum-buffer-tp14360017s16868p14360544.html
Sent from the Apache MINA Support Forum mailing list archive at Nabble.com.

Reply via email to