pub fn validate_client_setup(msg: &ClientSetup) -> Result<(), SetupError>Expand description
Validate a CLIENT_SETUP message.
Draft-07 places MAX_SUBSCRIBE_ID (key 0x02) in SERVER_SETUP only;
a client that includes it is invalid.
pub fn validate_client_setup(msg: &ClientSetup) -> Result<(), SetupError>Validate a CLIENT_SETUP message.
Draft-07 places MAX_SUBSCRIBE_ID (key 0x02) in SERVER_SETUP only;
a client that includes it is invalid.