mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 08:09:21 +01: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