MCPcopy Create free account
hub / github.com/deskflow/deskflow / handleClientCloseTimeout

Method handleClientCloseTimeout

src/lib/server/Server.cpp:1291–1298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1289}
1290
1291void Server::handleClientCloseTimeout(BaseClientProxy *client)
1292{
1293 // client took too long to disconnect. just dump it.
1294 LOG_NOTE("forced disconnection of client \"%s\"", getName(client).c_str());
1295 removeOldClient(client);
1296
1297 delete client;
1298}
1299
1300void Server::handleSwitchToScreenEvent(const Event &event)
1301{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected