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

Method checkTimeout

src/GlobalServer/LobbyPlayer.java:82–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80 }
81
82 public boolean checkTimeout()
83 {
84 if(System.currentTimeMillis() - connection.getLastReceivedTime() > Constants.TIMEOUT_DROP)
85 {
86 return true;
87 }
88
89 return false;
90 }
91
92 public boolean checkStayAliveTime()
93 {

Callers 1

runMethod · 0.95

Calls 1

getLastReceivedTimeMethod · 0.80

Tested by

no test coverage detected