| 41 | } |
| 42 | |
| 43 | void onWSConnected(const CppServer::HTTP::HTTPResponse& response) override |
| 44 | { |
| 45 | std::cout << "Chat WebSocket client connected a new session with Id " << id() << std::endl; |
| 46 | } |
| 47 | |
| 48 | void onWSDisconnected() override |
| 49 | { |
nothing calls this directly
no outgoing calls
no test coverage detected