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

Method checkStayAliveTime

src/Graphwar/GlobalClient.java:563–571  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

561 }
562
563 public boolean checkStayAliveTime()
564 {
565 if(System.currentTimeMillis() - connection.getLastSentTime() > Constants.TIMEOUT_KEEPALIVE)
566 {
567 return true;
568 }
569
570 return false;
571 }
572
573 private void disconnect(boolean kick)
574 {

Callers 1

runMethod · 0.95

Calls 1

getLastSentTimeMethod · 0.80

Tested by

no test coverage detected