| 58 | |
| 59 | protected: |
| 60 | std::shared_ptr<CppServer::Asio::SSLSession> CreateSession(const std::shared_ptr<CppServer::Asio::SSLServer>& server) override |
| 61 | { |
| 62 | return std::make_shared<ChatSession>(std::dynamic_pointer_cast<CppServer::WS::WSSServer>(server)); |
| 63 | } |
| 64 | |
| 65 | protected: |
| 66 | void onError(int error, const std::string& category, const std::string& message) override |
nothing calls this directly
no outgoing calls
no test coverage detected