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
@@ -31,7 +31,7 @@ std::expected<void, std::string> RPCClient::DoTransaction(const pbMessage& pbReq
connector->Write(reqPacket);
const int headerSize = 8;
const int headerSize = rpcHeaderSize;
std::string rawResHeader;
connector->Read(rawResHeader, headerSize);
RPCHeader resHeader;