1 2 3 4 5 6 7 8
#pragma once struct message { std::array<uint8_t, 256> data; uint64_t already_read = 0; }; constexpr std::string_view message_content = "Hello! This is an echo msg.";