pub fn parse_subscribe_response(
payload: &[u8],
capabilities: ClientCapabilities,
) -> Result<SubscribeResult>Expand description
Decode the SUBSCRIBE (register) response. Ports
subscribe.pyx::_process_return_parameters, dispatched on the
TNS_MSG_TYPE_PARAMETER message inside the standard function response loop.