-
Here is a traceback:
```
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line …
yatch updated
4 years ago
-
## Expected behavior
If I follow the guide for supporting Android API below 24 here: https://hivemq.github.io/hivemq-mqtt-client/docs/installation/android/#android-api-levels-below-24
then using t…
-
Hello I am trying to use this library with ActiveMQ Artemis. This broker supports different protocols including [MQTT 3.1.1] (https://activemq.apache.org/components/artemis/documentation/latest/mqtt.h…
-
**Describe the bug**
Activating the client always leads to following error: "URIError: URI malformed"
**To Reproduce**
Steps to reproduce the behavior:
- My MQTT broker is running on anoth…
-
Running the second build command from the readme: `https://github.com/PLCnext/MqttClient#building-from-source` results in two errors, the second being fatal:
```
../../libs/MqttClientService/src/M…
-
你好,看了您的mqtt-client 封装的还不错,但是有些问题想咨询您! 怎么才能取得您的联系方式呢?
我的qq:1099532501
-
## Version of the custom_component
Meross_Lan: V5.3.1
HA: 2024.9.1
Supervisor: 2024.08.0
OS: 13.1
User Interface: 20240906.0
## Configuration
Using the Integration via Settings --> Tools …
-
Calling `client.subscribe([])` should fail/return immediately, but it gets passed on to the paho client, which happily subscribes to no topics. The `client.subscribe` function then sets up a callback …
flyte updated
10 months ago
-
Hi
Im Rahmen einer Masterarbeit werde ich versuchen, das MQTT-Protokoll in zwei SPS zu integrieren, indem ich den Mosquitto als MQTT-Broker verwende. Als Host Name habe ich die 'test.mosquitto.org' …
-
代码:
import { AsyncStorage }from'react-native';
import init from 'react_native_mqtt';
init({
size: 10000,
storageBackend: AsyncStorage,
defaultExpires: 1000 *…