Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catabriga/graphwar
/ sendMessage
Method
sendMessage
src/GlobalServer/LobbyPlayer.java:116–119 ·
view source on GitHub ↗
(String message)
Source
from the content-addressed store, hash-verified
114
}
115
116
public
void
sendMessage(String message)
117
{
118
connection.sendMessage(message);
119
}
120
121
public
void
sendKeepAlive()
122
{
Callers
5
sendMessageAll
Method · 0.95
sendListPlayers
Method · 0.45
sendListRooms
Method · 0.45
sendRoomInvalid
Method · 0.45
sendKeepAlive
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected