Add object replication data cache and send via Reliable channel to reduce data transfer

This commit is contained in:
Wojtek Figat
2024-10-15 19:47:09 +02:00
parent 60ed23105d
commit c94052513e
4 changed files with 74 additions and 14 deletions

View File

@@ -37,7 +37,6 @@ TEST_CASE("Networking")
}
}
}
int dataSizeInkB = writeStream->GetPosition() / 1024; // 4291 -> 1869
readStream->Initialize(writeStream->GetBuffer(), writeStream->GetPosition());
for (int32 x = 0; x <= QuatRes; x++)
{