pub const MAX_EVENT_NAME_LEN: usize = 256;Expand description
Maximum event name length in bytes (256).
Names that exceed this limit are rejected by publish_event with
NodeAppError::EventFailed. The host enforces the same limit on
the receiving side.