| 68 | } |
| 69 | |
| 70 | void onError(int error, const std::string& category, const std::string& message) override |
| 71 | { |
| 72 | std::cout << "Chat WebSocket secure client caught an error with code " << error << " and category '" << category << "': " << message << std::endl; |
| 73 | } |
| 74 | |
| 75 | private: |
| 76 | std::atomic<bool> _stop{false}; |
nothing calls this directly
no outgoing calls
no test coverage detected