Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catabriga/graphwar
/ checkStayAliveTime
Method
checkStayAliveTime
src/Graphwar/ServerConnection.java:53–61 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
}
52
53
public
boolean checkStayAliveTime()
54
{
55
if
(System.currentTimeMillis() - connection.getLastSentTime() > Constants.TIMEOUT_KEEPALIVE)
56
{
57
return
true;
58
}
59
60
return
false;
61
}
62
63
public
void
disconnect()
64
{
Callers
1
run
Method · 0.95
Calls
1
getLastSentTime
Method · 0.80
Tested by
no test coverage detected