WIP
Run Simulator Tests on local RHEL9 / build (push) Failing after 5s
Run Simulator Tests on local RHEL8 / build (push) Failing after 7s
Build on RHEL9 / build (push) Failing after 29s
Build on RHEL8 / build (push) Failing after 36s

This commit is contained in:
2026-02-20 16:58:10 +01:00
parent 5d0f7158ae
commit 14da1245b4
15 changed files with 156 additions and 51 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ void ClientInterface::startTCPServer() {
// We had an error needs to be sent to client
char mess[MAX_STR_LENGTH]{};
strcpy_safe(mess, e.what());
socket.Send(FAIL);
socket.Send(slsDetectorDefs::FAIL);
socket.Send(mess);
}
// if tcp command was to exit server