pub fn report_blocking(
    agent: SocketAddr,
    bytes: Vec<u8>
) -> Result<(), Box<dyn Error + Send + Sync + 'static>>