pub const DEFAULT_MAX_MESSAGE_SIZE: usize = _; // 4_194_304usizeExpand description
Default cap on a single decompressed message, matching grpc-go’s default
and the per-frame max_message_size in crate::frame::reader.
pub const DEFAULT_MAX_MESSAGE_SIZE: usize = _; // 4_194_304usizeDefault cap on a single decompressed message, matching grpc-go’s default
and the per-frame max_message_size in crate::frame::reader.