| 64 | |
| 65 | protected: |
| 66 | void onError(int error, const std::string& category, const std::string& message) override |
| 67 | { |
| 68 | std::cout << "Chat WebSocket secure server caught an error with code " << error << " and category '" << category << "': " << message << std::endl; |
| 69 | } |
| 70 | }; |
| 71 | |
| 72 | int main(int argc, char** argv) |
nothing calls this directly
no outgoing calls
no test coverage detected