From d3865ba32965a327efcfea052ccac16864cfc71c Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期二, 07 九月 2021 15:15:33 +0800
Subject: [PATCH] test recvSub msg
---
hbusc.go | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/hbusc.go b/hbusc.go
index fa1f5bb..4a520a0 100644
--- a/hbusc.go
+++ b/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
}
--
Gitblit v1.8.0