[QFJ-163] There is no way to know if a session is timedOut Created: 19/Apr/07 Updated: 15/Nov/12 Resolved: 10/Jun/07 |
|
Status: | Closed |
Project: | QuickFIX/J |
Component/s: | Engine |
Affects Version/s: | 1.1.0 |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | Jeronimo Ginzburg | Assignee: | Steve Bate |
Resolution: | Not a bug | Votes: | 0 |
Labels: | None | ||
Environment: |
n/a |
Description |
In 1.0.5 in order to see if a given session was timed out you can call getState().isTimedOut() |
Comments |
Comment by Steve Bate [ 07/Jun/07 ] |
There is a isLogonTimedout() and isLogoutTimedOut() in the quickfix.Session object. Is this what you need? |