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