Skip to main content

MAX_EVENT_NAME_LEN

Constant MAX_EVENT_NAME_LEN 

Source
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.