Hi, where can I set the number of seconds until an idle session is closed?
At the moment I set the idle notification to 1 second > dcfg.setIdleTime(IdleStatus.READER_IDLE, 1); then I count up to 5 seconds and call session.close(). The funny thing is, when my client then continues to send new UDP packets, a new session is not created, but the closed session seems to be used. When I wait for 60 seconds before sending new packets, a new session is created. Hmmm... -- View this message in context: http://www.nabble.com/Setting-timeout-for-UDP-sessions-tf4776816s16868.html#a13664418 Sent from the Apache MINA Support Forum mailing list archive at Nabble.com.
