Hello, I'm using mina 2.1.1 from api-ldap-net-mina. I want connections to close if idle from more then a specific amount of time. I tried org.apache.directory.server.protocol.shared.transport.TcpTransport.setBothIdleTime(2) but after sitting idle for 6 seconds I was able to continue without issue. Is there something else I need to do to make sure that connections are closed when idle after a set amount of time?
Thanks Marc