|
From: Steve B. <st...@te...> - 2007-04-19 20:57:35
|
> I was using quickfixj 1.0.5 and in order to see if a given session was > timed out I called getState().isTimedOut() > Now in 1.1.0 there is no getState() method in Session. How can I know if > a session is timed out in 1.1? The SessionState accessor was intentionally removed. The SessionState object has never been intended for application usage (as stated in it's Javadocs). How are you using the isTimedOut() method? Are you using it to determine why a Session connection was disconnected? I'll consider adding a Session-level accessor for the information (still not exposing SessionState), but I'd like to discuss it first. Steve |