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

Method handleClientDisconnected

src/lib/server/Server.cpp:1281–1289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1279}
1280
1281void Server::handleClientDisconnected(BaseClientProxy *client)
1282{
1283 // client has disconnected. it might be an old client or an
1284 // active client. we don't care so just handle it both ways.
1285 removeActiveClient(client);
1286 removeOldClient(client);
1287
1288 delete client;
1289}
1290
1291void Server::handleClientCloseTimeout(BaseClientProxy *client)
1292{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected