Zlatko Josic wrote:
Is there any solution to close session after writing all data to a client.
See IoSession javadoc. There is a version of close() that takes boolean to determine whether to close immediately of after writing queued data, and also closeOnFlush(), which always waits for writes to complete.
