users@grizzly.java.net

Grizzly Idle timeout

From: Keith Shu <keith_at_nsys.com.my>
Date: Fri, 15 Oct 2010 18:14:25 +0800

  MY first time posting here.
I'm using Grizzly 1.9.19 to implement a socket server processing TCP
messages.
I used the example from echo filter. Everything works great except one
issue.
When the client is idle - (not sending any messages) the connection
terminates after about 2 minutes.
Is this by design? I've looked at all the timeout settings and keep
alives but all seems ok to me.

I think you can recreate this by running Echo filter, then open a telnet
to the port but don't send any message.
How can i make the connection persist even when there's no message passed.

Thanks in advance for responses. Hope it can be prompt.
Keith