This commit is contained in:
MihailRis
2025-11-16 01:19:27 +03:00
parent 289c962df1
commit 218c716892
2 changed files with 6 additions and 4 deletions
+1
View File
@@ -197,6 +197,7 @@ bool DebuggingServer::performCommand(
connectionEstablished = true;
logger.info() << "client connection established";
connection->sendResponse("success");
return true;
}
if (!connectionEstablished) {
return false;