Details
-
Type: Bug
-
Status: Resolved
-
Priority: Default
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.5.3
-
Component/s: None
-
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.