Results 2 issues of GeneL

I was not able to read a tag in a controller with this command: let mut client = AbEipConnection::new_host_lookup("xx.xx.xx.xx", OpenOptions::default()).await?; println!("read tag...{:?}", client); let tag1 = EPath::from_symbol("Cfg_LoSeverity"); println!("read tag...{:?}", tag1);...

Your library works great for me when I use a set of edges with under 2200 records. When I try it with a larger set of edges the application hangs.....