-
```
java -jar /opt/cli-java/cli-paho.jar connector --help
first argument must be sender, receiver OR connector
```
-
The current code has this:
`client = mqtt.Client("Smartphone")`
It needs to be changed to this:
`client = mqtt.Client(2, "Smartphone")`
-
Hello everyone!
Give you please share with me a solution for an exception
org.eclipse.paho.mqttv5.common.MqttException: Too many publishes in progress
that is available in lib MQTT v5
org.ecl…
-
Heyhey,
since a few, I´ve got problems with the containers MQTT connectivity although MQTT is running and reachable from the docker host. Seeing this error message:
`Traceback (most recent call …
-
Currently, both build systems (CMake and Autotools) only check the existence of Paho MQTT C library, not its version. In case the Paho MQTT C changes its interface, some errors might occur.
-
**Is your feature request related to a problem? Please describe.**
Paho Mqtt C > 1.3.9 use now a proxy option even with mqtt connection (for direct mqtt without using the websockets), and it cannot b…
-
请问这个是什么原因啊?我为了google过审,需要升级到android14,我按照google的标准升级后使用org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5这个库会一直断开连接,我替换成咱们的3.6.4后不会一直断开连接了,但是会偶尔断开,我打断点跟踪看到CommsReceiver里的clientComms.shutdownConnect…
-
Description:
Memory leak when call MQTTAsync_sendMessage with QOS0
Reproduce:
1. Connect the mqtt broker.
2. Unplug the ethernet wire. (I didn't check this state in my system) --> Must do this…
-
**Describe the bug**
When I use the autopaho library to subscribe and publish mqtt, I tried to disconnect from the local network and reconnect to the Internet, and the following errors occur:
"error…
-
The plugin current is using fusesource MQTT SDK,
- The fusesource is not active.
- The MQTT 5.0 version was released at 2018, need support from MQTT SDK.
So we'll investigate the possibility to…