Client idle timeout should only consider incoming traffic and not outgoing

Description

see http://www.igniterealtime.org/forum/thread.jspa?threadID=25943 and verify this patch:
"In ClientConnectionHandler.java idle detection is done as follow:
session.setIdleTime(IdleStatus.BOTH_IDLE, idleTime);
which cause the session to be idled only if nothing is written AND nothing is
read.

I've replaced this line with:
session.setIdleTime(IdleStatus.READER_IDLE, idleTime);

Everything is working fine for me now."

Environment

None

Activity

Show:

Yann Biancheri May 16, 2007 at 2:03 PM

Just a small note to mention that this affect both Connection Manager and OpenFire

Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created May 16, 2007 at 5:02 AM
Updated October 3, 2007 at 3:21 AM
Resolved October 3, 2007 at 3:21 AM