working commit

This commit is contained in:
2026-05-15 15:30:29 +02:00
parent 879481feab
commit 886684e224
28 changed files with 629 additions and 81 deletions
+1 -1
View File
@@ -44,6 +44,6 @@ std::expected<void, std::string> MessageHeader::Decode(const std::string rawHead
return {};
}
uint32_t MessageHeader::PacketSize() {
uint32_t MessageHeader::PayloadSize() {
return pSize;
}