websocket server: closed connection threads are joined properly

This commit is contained in:
Benjamin Sergeant
2019-04-17 16:23:24 -07:00
parent bdfc55b951
commit d486c72e02
5 changed files with 61 additions and 12 deletions

View File

@ -91,6 +91,7 @@ namespace ix
}
logInfo("WebSocketServer::handleConnection() done");
connectionState->setTerminated();
}
std::set<std::shared_ptr<WebSocket>> WebSocketServer::getClients()