liuxiaolong
2021-09-07 d3865ba32965a327efcfea052ccac16864cfc71c
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
}