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

Method CreateSession

examples/ssl_chat_server.cpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63
64protected:
65 std::shared_ptr<CppServer::Asio::SSLSession> CreateSession(const std::shared_ptr<CppServer::Asio::SSLServer>& server) override
66 {
67 return std::make_shared<ChatSession>(server);
68 }
69
70protected:
71 void onError(int error, const std::string& category, const std::string& message) override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected