MCPcopy Create free account
hub / github.com/aria2/aria2 / ~WebSocketInteractionCommand

Method ~WebSocketInteractionCommand

src/WebSocketInteractionCommand.cc:64–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64WebSocketInteractionCommand::~WebSocketInteractionCommand()
65{
66 e_->deleteSocketForReadCheck(socket_, this);
67 if (writeCheck_) {
68 e_->deleteSocketForWriteCheck(socket_, this);
69 }
70 e_->getWebSocketSessionMan()->removeSession(wsSession_);
71}
72
73void WebSocketInteractionCommand::updateWriteCheck()
74{

Callers

nothing calls this directly

Calls 3

removeSessionMethod · 0.45

Tested by

no test coverage detected