| 27 | } |
| 28 | |
| 29 | void onError(int error, const std::string& category, const std::string& message) override |
| 30 | { |
| 31 | std::cout << "WebSocket session caught an error with code " << error << " and category '" << category << "': " << message << std::endl; |
| 32 | } |
| 33 | }; |
| 34 | |
| 35 | class EchoServer : public WSServer |
nothing calls this directly
no outgoing calls
no test coverage detected