liuxiaolong
2020-12-30 b1dc3bfe7b9ef852fdf9ca23fdd6646ca65d463d
micronode.go
@@ -259,9 +259,8 @@
   return ms.handle.Pub(nodes, pi)
}
func (ms *MicroNode) Subscribe(topics []string) chan []byte {
   ch := make(chan []byte)
   return ch
func (ms *MicroNode) Subscribe(topics []string) {
   ms.handle.Sub(topics)
}
//free handle