hbusc.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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)) }