MCPcopy Create free account
hub / github.com/catabriga/graphwar / checkStayAliveTime

Method checkStayAliveTime

src/RoomServer/GlobalClient.java:284–292  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

282 }
283
284 public boolean checkStayAliveTime()
285 {
286 if(System.currentTimeMillis() - connection.getLastSentTime() > Constants.TIMEOUT_KEEPALIVE)
287 {
288 return true;
289 }
290
291 return false;
292 }
293
294 private void disconnect()
295 {

Callers 1

runMethod · 0.95

Calls 1

getLastSentTimeMethod · 0.80

Tested by

no test coverage detected