pub fn parse_tunnel_data(data: &[u8]) -> Option<(u32, &[u8])>
Parse a binary WS message into (channel_id, payload).