You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by Einar Vollset <ei...@cs.cornell.edu> on 2007/02/08 20:58:04 UTC

Addition for FAQ?

Possibly this is mentioned somewhere, but for the newbies out there
(myself included..), it may be worth while, under the FAQ question:

"No data is writtin out to the session even if the buffer is not empty."

Adding:

"Make sure you're trying to send a org.apache.mina.common.ByteBuffer,
not a java.nio.ByteBuffer, as the latter will silently fail on a
session.write()"

That's two days wasted ;-D

Hehehe..

Cheers,

Einar