liuxiaolong
2021-01-15 e42032dafe1d1a38c38745c1532eb0ab438aa234
Reply sendto add log
1个文件已修改
1 ■■■■ 已修改文件
hbusc.go 1 ●●●● 补丁 | 查看 | 原始文档 | 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))
    }