| 59 | } |
| 60 | |
| 61 | void WebSocketSessionMan::removeSession( |
| 62 | const std::shared_ptr<WebSocketSession>& wsSession) |
| 63 | { |
| 64 | A2_LOG_DEBUG("WebSocket session removed."); |
| 65 | sessions_.erase(wsSession); |
| 66 | } |
| 67 | |
| 68 | void WebSocketSessionMan::addNotification(const std::string& method, |
| 69 | const RequestGroup* group) |
no test coverage detected