pub fn call_daemon_blocking(
    path: &str,
    req: &ClientRequest,
    timeout: u64
) -> Result<ClientResponse, Box<dyn Error>>