-
Please fill out the form below before submitting, thank you!
- [x] Bug exists Release Version 1.2.5 ( Master Branch)
- [ ] Bug exists in MQTTv3 Client on Snapshot Version 1.2.6-SNAPSHOT (Develop B…
-
It seems that the mqttv3 needs to be updated to support android version 12 because it crashes at the beginning.
![Screenshot 2021-12-18 114355](https://user-images.githubusercontent.com/23038405/14…
-
Please fill out the form below before submitting, thank you!
- [x ] Bug exists Release Version 1.1.1 ( Master Branch)
- [ ] Bug exists in Snapshot Version 1.1.2-SNAPSHOT (Develop Branch)
This i…
-
i used version 1.4.8
Error reported after a period of normal operation
The error message is as follows
DEBUG 2019-11-15 21:06:43 - Updated cluster metadata version 7 to Cluster(id = q-QkeFo7SDOiy…
-
1. Autox.js 版本:6.6.6
2. Autox.js 下载渠道:https://github.com/kkevsekk1/AutoX/releases
3. Android 版本:Android 14
4. Android 机型:红米K40Pro+
5. Android 系统类别:澎湃OS 1.0.2.0
6. VSCODE 扩展版本 Auto.js-Autox.js-VS…
-
只集成必选的库:debugImplementation 'com.didichuxing.doraemonkit:dokitx:3.3.5',可正常运行;
集成插件之后:classpath 'com.didichuxing.doraemonkit:dokitx-plugin:3.3.5',就会报下面的错误:
Broken class: /Users/bendeng/Documents/an…
-
## 🐛 Bug Report
I have a setup where I receive messages from a MQTTv5 broker at a rate of one per second, and have to forward them to a MQTTv3 broker. As such, I have a software component with two …
-
使用这个类发送P2P消息通信 MQTTSendP2PMessage.class
重现步骤
1.启动MQTTSendP2PMessage连接mqtt
2.启动设备A
3.MQTTSendP2PMessage正常与设备A通信
4.断开MQTTSendP2PMessage服务所在电脑网络
5.隔5秒后重新接通网络
6.即打印如下错误,只能重启MQTTSendP2PMessage服务才能正常…
-
When I try to build the client:
`application = client.buildApplication(applicationId).build();`
I get this exception:
```
org.eclipse.paho.client.mqttv3.MqttException: Client is not connecte…
-
**感谢博主回信,因此我特地列出更详细问题反馈给您.**
Gradle 6.7.1
JarFilter插件版本 1.4 ~2.4版本.
1. 1.4版本过滤被替换, 但release混淆编译失败
1. 2.4版本编译成功, 没有过滤成功, 同时 release混淆编译失败, 原因都是 存在相同两个类.
**需求目的是, 用自己的类替换第三方类**
```
a…