lastSessionCheckTime updated after session check

Issue: SPR-13745
This commit is contained in:
Rossen Stoyanchev
2015-12-02 15:07:52 -05:00
parent a9e5e9ecc8
commit f5e681e6e6
2 changed files with 14 additions and 8 deletions

View File

@@ -433,6 +433,7 @@ public class SubProtocolWebSocketHandler
}
}
finally {
this.lastSessionCheckTime = currentTime;
this.sessionCheckLock.unlock();
}
}