If I understand your requirement correctly, you may have to implement an ARQ mechanism, that is, make the client send acknowledgement messages to the server and make the server keep track of them.
On Sat, Jul 26, 2008 at 4:41 PM, Zlatko Josic <[EMAIL PROTECTED]> wrote: > Data sends to client ends with '\n'. > Client is not alive at the moment server sends data to client. > WriteFuture.isWriiten() allways returns true. > > How can I in MINA address tihs problem? It is very important for project I'm > working on. > > Thanks for any idea.
