hbusc.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
hbusc.go
@@ -301,14 +301,17 @@ if err != nil { return err } rep := bhome_msg.MsgRequestTopicReply{ Data: data, } if bhsgo.SendReply(src, &rep) { h.printLog(rep) return nil } return errors.New("reply return false") //if bhsgo.SendReply(src, &rep) { // return nil //} // //return errors.New("reply return false") } func (h *BHBus) RequestCenter() ([]*bhome_msg.MsgQueryProcReply_Info, error) {