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

Method onWSReceived

examples/wss_chat_client.cpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 void onWSReceived(const void* buffer, size_t size) override
54 {
55 std::cout << "Incoming: " << std::string((const char*)buffer, size) << std::endl;
56 }
57
58 void onDisconnected() override
59 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected