Utils: Send ack from Process stub

Allow the server to listen for command results.
Fixes Qt Creator hanging when stopping application
being debugged.

Change-Id: Ia175b1bb1836b5593bc073394fa152923e1dda28
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
Marcus Tillmanns
2023-06-09 12:59:14 +02:00
parent 97a97b3019
commit d491faf94a
2 changed files with 4 additions and 0 deletions

View File

@@ -542,6 +542,8 @@ void onControlSocketReadyRead()
break;
}
}
sendMsg(QString("ack %1\n").arg(ch).toUtf8());
}
}