MCPcopy Create free account
hub / github.com/chronoxor/CppServer / onDisconnected

Method onDisconnected

examples/proto_server.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 }
32
33 void onDisconnected() override
34 {
35 std::cout << "Simple protocol session with Id " << id() << " disconnected!" << std::endl;
36 }
37
38 void onError(int error, const std::string& category, const std::string& message) override
39 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected