working commit

This commit is contained in:
2026-04-29 11:54:21 +02:00
parent 5e1ca61df9
commit 972096c53d
8 changed files with 149 additions and 86 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ int main(int argc, char** argv) {
// Read binary header
std::string resRawHeader;
const int rhSize = 8;
const int rhSize = rpcHeaderSize;
auto rSize = conn.Read(resRawHeader, rhSize);
RPCHeader resHeader;