liuxiaolong
2021-09-30 489be34b462204071d81ba86644269e88e440bf5
api/bhsgo/bhome_node.go
@@ -209,7 +209,7 @@
func SendReply(src unsafe.Pointer, rep *bh.MsgRequestTopicReply) bool {
   data, _ := rep.Marshal()
   defer C.BHFree(src)
   defer C.free(src)
   return C.BHSendReply(src, getPtr(&data), C.int(len(data))) > 0
}