liuxiaolong
2021-09-07 d3865ba32965a327efcfea052ccac16864cfc71c
test recvSub msg
1个文件已修改
4 ■■■■ 已修改文件
hbusc.go 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
hbusc.go
@@ -154,11 +154,11 @@
        }
    }
    if len(ri.SubTopic) > 0 || len(ri.SubNetTopic) > 0 {
    //if len(ri.SubTopic) > 0 || len(ri.SubNetTopic) > 0 {
        //启动订阅信息接收
        handle.wg.Add(1)
        go recvSubRoutine(ctx, handle.wg, handle.ChSub, handle.printLog)
    }
    //}
    return handle, nil
}