Hello, I've some difficulties with setting idle timeout for read when using mina as datagram packet client.
I tried already: session.setIdleTime(IdleStatus.READER_IDLE, 1); in few places (inside code which creates session and inside sessionCreated method of my IoHandler) but still without success. Maybe I've wrong assumptions, but I assumed that if after sending message I won't receive response, sessionIdle will be called on my handler. Am I doing everything right or this is a bug? -- best regards, Michal
