Hi,
Sorry for not being precise but i dont really know what can be wrong. Ok
then:

2012/1/22 Emmanuel Lecharny <elecha...@gmail.com>

>
> - first, which MINA version are you using  ?
>
   im using MINA 2.0.4

- are you sending the 3 messages in a row, or are you sending them as a
> reply to three different messageReceived() vent ?
>
   3 in a row as a reply to 1 messageReceived

- what filters do you have in your chain ?
>
    connector.getFilterChain().addLast("Codec", new ProtocolCodecFilter(new
ClientCodecFactory()));
    connector.getFilterChain().addLast("executor", new ExecutorFilter(new
UnorderedThreadPoolExecutor(10)));
    same on server side added to acceptor(with ofc ServerCodecFactory())

- have you checked using a sniffer (like Wireshark) that the PDU are
> correctly sent and are not fragmented ?
> No i didnt and i will
>
> --
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com
>
>

Reply via email to