zhangmeng
2020-07-31 9cdfda6d2095657394d9a537e87a5fec1d24b742
add get topic key
1个文件已修改
4 ■■■■ 已修改文件
library.go 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
library.go
@@ -188,11 +188,11 @@
        peer: -1,
    }
    // 万能socket,仅作为客户端使用
    // 万能socket,仅作为客户端使用, 或者获取topic key
    sockW := OpenDgramSocket()
    uniC := &sockClient{
        sock: sockW,
        peer: -1,
        peer: int(regReply.GetTopicKey),
    }
    handle := &Handle{
        ctx:        ctx,