Hi all.<div><br></div><div>We switched from mina to netty lately. We wrote a small client/server app that fragments binary data to send back and forth.</div><div>When running from java the process seems to work pretty smoothly. But when we compile it to .net using ikvm the write queue seems jammed.</div>
<div><br></div><div>In our code we call channel.write multiple times and our ChannelFutureListener.operationComplete() is always successful, but the message is not actually written to the other end.</div><div><br></div><div>
I know this problem is strictly related to ikvm, not netty. But I'd like to ask if there is anything that could be done to make sure the message is written to the socket. Is there any write queue that I could configure? Any know bug related to this scenario?</div>
<div><br></div><div>Cheers!</div><div><br></div><div>--<br clear="all">Leandro Rodrigo Saad Cruz<br>
</div>