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
@@ -21,7 +21,7 @@ std::expected<int, std::string> TestConnector::Write(std::string reqNetPacket) {
std::stringstream ss(reqNetPacket);
// Read binary header
std::string reqRawHeader;
const int rhSize = 8;
const int rhSize = rpcHeaderSize;
reqRawHeader.resize(rhSize);
ss.read(reqRawHeader.data(), rhSize);
// Decode header