mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 05:17:13 +02:00
WIP
This commit is contained in:
@ -79,6 +79,8 @@ int DataSocket::sendData(const void *buffer, size_t size) {
|
||||
break;
|
||||
dataSent += thisSend;
|
||||
}
|
||||
if(dataSent != size)
|
||||
throw SocketError("Could not send\n");
|
||||
return dataSent;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user