#pragma once struct message { std::array data; uint64_t already_read = 0; }; constexpr std::string_view message_content = "Hello! This is an echo msg.";