liuxiaolong
2021-01-18 6020f7d843e9f323a8698adee9b6af8a1fdbc9be
micronode.go
@@ -249,7 +249,9 @@
//发布到本机
func (ms *MicroNode) Publish(topic string,msg []byte) error {
   nodes := append([]bhomebus.NetNode{}, bhomebus.NetNode{})
   nodes := append([]bhomebus.NetNode{}, bhomebus.NetNode{
      Key: 8,
   })
   return ms.PublishNet(nodes, topic, msg)
}