[fix] obu data corrupted after transmission

This commit is contained in:
dijunkun
2024-10-12 17:30:29 +08:00
parent 1407f67d3c
commit 6bda59b1a7
10 changed files with 170 additions and 466 deletions

View File

@@ -24,7 +24,7 @@ class ByteBufferReader {
bool ReadBytes(char* val, size_t len);
bool ReadUInt8(uint8_t* val);
bool ReadUVarint(uint64_t* val, size_t* len);
bool ReadUVarint(uint64_t* val);
bool Consume(size_t size);