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

Method handleWriteError

src/lib/server/ClientProxyUnknown.cpp:246–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246void ClientProxyUnknown::handleWriteError()
247{
248 LOG_NOTE("error communicating with new client");
249 sendFailure();
250}
251
252void ClientProxyUnknown::handleTimeout()
253{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected