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

Method onWSConnected

examples/wss_chat_client.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 void onWSConnected(const CppServer::HTTP::HTTPResponse& response) override
44 {
45 std::cout << "Chat WebSocket secure client connected a new session with Id " << id() << std::endl;
46 }
47
48 void onWSDisconnected() override
49 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected