liuxiaolong
2021-09-27 32968b587d46f2327b69994aa15aaac8417339ea
rm startHeartbeat
1个文件已修改
2 ■■■ 已修改文件
micronode.go 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
micronode.go
@@ -42,7 +42,7 @@
        SubCh:    make(chan *bhome_msg.MsgPublish, 512),
    }
    go startHeartbeat(ctx, handle)
    //go startHeartbeat(ctx, handle)
    return mn, nil
}