mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-05-14 04:55:36 +02:00
WIP
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user