pub const MAX_MESSAGE_SIZE: usize = _; // 10_485_760usizeExpand description
Maximum message size (10 MiB)
Aligned with the server default (max_request_size = 10 MB) and
SecureServerConfig::max_message_size to avoid silent truncation or
misleading protocol-level limits.