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)) }