On 7/28/07, mat <[EMAIL PROTECTED]> wrote: > After further research, I found out if one client disconnection was not > caught and session.write() kept got called. Which causes the OOM? Is that > possible?
Yes. You have to make sure if the connection is alive and write operation was successful. You can check if the connection is alive by calling IoSession.isClosing(), and WriteFuture.isWritten() for write operations. HTH, Trustin -- what we call human nature is actually human habit -- http://gleamynode.net/ -- PGP Key ID: 0x0255ECA6