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

Method onWSDisconnected

examples/ws_chat_client.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 }
47
48 void onWSDisconnected() override
49 {
50 std::cout << "Chat WebSocket client disconnected a session with Id " << id() << std::endl;
51 }
52
53 void onWSReceived(const void* buffer, size_t size) override
54 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected