liuxiaolong
2021-01-15 e42032dafe1d1a38c38745c1532eb0ab438aa234
hbusc.go
@@ -444,6 +444,7 @@
   }
   n := h.sockRep.sock.SendtoTimeout(data, replyKey, h.conf.sendTimeOut)
   h.printLog("reply to key:", replyKey, " n:",n)
   if n != 0 {
      return errors.New("reply sendToTimeOut n:"+strconv.Itoa(n))
   }