Fix repeated message serialization in cpp yunq.

This commit is contained in:
Drew Galbraith 2025-02-01 14:08:35 -08:00
parent c4dfa624fa
commit 00f2424987
2 changed files with 3 additions and 4 deletions

View file

@ -3,7 +3,7 @@
namespace yunq {
namespace {
const uint64_t kIdentByte = 0x33441122;
const uint32_t kIdentByte = 0x33441122;
} // namespace