liuxiaolong
2021-09-27 32968b587d46f2327b69994aa15aaac8417339ea
micronode.go
@@ -42,7 +42,7 @@
      SubCh:    make(chan *bhome_msg.MsgPublish, 512),
   }
   go startHeartbeat(ctx, handle)
   //go startHeartbeat(ctx, handle)
   return mn, nil
}