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

Method sendKeepAlive

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

Source from the content-addressed store, hash-verified

311 }
312
313 public void sendKeepAlive()
314 {
315 connection.sendMessage(NetworkProtocol.NO_INFO+"");
316 }
317
318 public void run()
319 {

Callers 1

runMethod · 0.95

Calls 1

sendMessageMethod · 0.45

Tested by

no test coverage detected