wangxiangyu
Results
3
comments of
wangxiangyu
@harlowja Thanks for your reply. The issus you mentioned is exactly the deep reason. Why I want to use ipython is because it is convenient to debug. Althougth I use...
@samuel hi, I came into the same problem. Any ideas? Thanks !
I find the solution, it should be used like this: ``` result, _, event, error := zk_conn.GetZkConn().GetW(path) fmt.Println(string(result), event, error) for { select { case e :=