Skip to main content

REST_WS_MAX_CONTROL_MESSAGE_SIZE_BYTES

Constant REST_WS_MAX_CONTROL_MESSAGE_SIZE_BYTES 

Source
pub const REST_WS_MAX_CONTROL_MESSAGE_SIZE_BYTES: usize = _; // 65_536usize
Expand description

REST /ws only accepts tiny JSON control messages from clients (subscribe-notify / unsubscribe-notify). Push payload size is governed by outbound serialization; this is an inbound resource boundary.