Le 01/03/16 15:05, tunca a écrit : > Hi Trustin, > We're using Mina Core 2.0.9.
Have you checked with 2.0.13 ? > The Udp Cumulative Protocol doesn't seem to accumulate. > The Decoder is working with TCP however, with UDP the > The size of the IoBuffer doesn't increase. Using such a protocol decoder does not make any sense in UDP : either you receive the full message, or you receive nothing. Moreover, there is no guarantee that a message N will arrive *before* a message N+1 in UDP. What exactly are you trying to do ?