From 32968b587d46f2327b69994aa15aaac8417339ea Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期一, 27 九月 2021 15:29:27 +0800
Subject: [PATCH] rm startHeartbeat

---
 micronode.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/micronode.go b/micronode.go
index 83538e4..9605481 100644
--- a/micronode.go
+++ b/micronode.go
@@ -42,7 +42,7 @@
 		SubCh:    make(chan *bhome_msg.MsgPublish, 512),
 	}
 
-	go startHeartbeat(ctx, handle)
+	//go startHeartbeat(ctx, handle)
 
 	return mn, nil
 }

--
Gitblit v1.8.0