对 eclipse 封装的 golang mqtt client 进行二次封装, 将通讯层作成同步接口

用途:git 封装用于微服务之间的通讯github   接口:微服务 type CMqttComm interface { Connect(isReConnect bool) SetMessageBus(host string, port int, username string, userpwd string) Subscribe(action string, topic string,
相关文章
相关标签/搜索