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

Method onConnected

examples/ssl_chat_client.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30protected:
31 void onConnected() override
32 {
33 std::cout << "Chat SSL client connected a new session with Id " << id() << std::endl;
34 }
35
36 void onHandshaked() override
37 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected