Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catabriga/graphwar
/ disconnect
Method
disconnect
src/RoomServer/GlobalClient.java:294–306 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
292
}
293
294
private
void
disconnect()
295
{
296
running = false;
297
298
try
299
{
300
connection.close();
301
}
302
catch (IOException e)
303
{
304
e.printStackTrace();
305
}
306
}
307
308
public
void
sendMessage(String message)
309
{
Callers
2
stop
Method · 0.95
run
Method · 0.95
Calls
1
close
Method · 0.80
Tested by
no test coverage detected