Hi, it is possible for Mina to loose some bytes? If so, is there any way to detect it?
What I'm seeing is this: if I suspend and resume several times the application in the debugger (both the Handler thread or the whole VM) sometimes exactly two bytes are "lost" in the middle of a message. I can reproduce it quite easily (in 2 or 3 minutes...) stopping and starting the JVM with the debugger. I'm not sure if it's a problem on the mina side or on the client side. At this time I can only check my side. It's possible that buffers are too small and some data is lost? Or can be any reason for this to happen? Is there any "simple" way to debug this other than tcpdump anything? :) Thanks, bye Lorenzo
