reid from https://github.com/michuanhaohao/reid-strong-baseline
zhangmeng
2020-01-16 e796f659289cba74d93bfacb23722c11c04926f0
rpc/recv.go
@@ -56,13 +56,13 @@
               i.Close()
               r.fnLogger("ANALYSIS RECV ERROR: ", err)
               c, err := deliver.NewClientWithError(deliver.Shm, r.ipcURL)
               c, err := deliver.NewServerWithError(deliver.Shm, r.ipcURL)
               for {
                  if err == nil {
                     break
                  }
                  time.Sleep(time.Second)
                  c, err = deliver.NewClientWithError(deliver.Shm, r.ipcURL)
                  c, err = deliver.NewServerWithError(deliver.Shm, r.ipcURL)
                  r.fnLogger("ANALYSIS CREATE FAILED : ", err)
               }
               i = c