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

Method onWSDisconnected

examples/ws_chat_server.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 }
29
30 void onWSDisconnected() override
31 {
32 std::cout << "Chat WebSocket session with Id " << id() << " disconnected!" << std::endl;
33 }
34
35 void onWSReceived(const void* buffer, size_t size) override
36 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected