reid from https://github.com/michuanhaohao/reid-strong-baseline
554325746@qq.com
2020-02-05 7c6a958f00e327a8991f48093456de7cb84cf918
rpc/send.go
@@ -57,13 +57,13 @@
               i.Close()
               s.fnLogger("ANALYSIS SENDER ERROR: ", err)
               c, err := deliver.NewClientWithError(deliver.Shm, s.ipcURL)
               c, err := deliver.NewServerWithError(deliver.Shm, s.ipcURL)
               for {
                  if err == nil {
                     break
                  }
                  time.Sleep(time.Second)
                  c, err = deliver.NewClientWithError(deliver.Shm, s.ipcURL)
                  c, err = deliver.NewServerWithError(deliver.Shm, s.ipcURL)
                  s.fnLogger("CLIENT CREATE FAILED : ", err)
               }
               i = c