MCPcopy Create free account
hub / github.com/aria2/aria2 / removeSession

Method removeSession

src/WebSocketSessionMan.cc:61–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

eraseMethod · 0.80

Tested by

no test coverage detected