[QFJ-616] Incorrect log message "Timed out waiting for heartbeat" Created: 12/Jul/11 Updated: 08/Nov/12 Resolved: 07/Nov/12 |
|
| Status: | Resolved |
| Project: | QuickFIX/J |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 1.5.3 |
| Type: | Bug | Priority: | Default |
| Reporter: | Staffan Ulfberg | Assignee: | Christoph John |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This code is part of Session.java: if (state.isLogoutTimedOut()) { disconnect("Timed out waiting for heartbeat", true); }I believe the log message is a copy/paste bug from a few lines lower down in the same file. What happened here is that the session tried to log out but didn't head anything back form the peer, I believe. |
| Comments |
| Comment by Christoph John [ 08/Nov/12 ] |
|
Committed as #1096. |