working commit
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user