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

Method onError

performance/wss_echo_server.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 }
28
29 void onError(int error, const std::string& category, const std::string& message) override
30 {
31 std::cout << "WebSocket secure session caught an error with code " << error << " and category '" << category << "': " << message << std::endl;
32 }
33};
34
35class EchoServer : public WSSServer

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected