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

Method onDisconnected

examples/ssl_chat_server.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 }
34
35 void onDisconnected() override
36 {
37 std::cout << "Chat SSL session with Id " << id() << " disconnected!" << std::endl;
38 }
39
40 void onReceived(const void* buffer, size_t size) override
41 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected