-
I was getting a lot of Error: Protocol error issues when attempting to use SSL. I believe that the source of the issue is that mosquitto_pub assumes TLS/SSL when you use the --cafile argument, while m…
-
Hi,
The following code below permanently blocks when using connectAsync and the MQTT server is not running.
The catch handler is not being triggered. How do I correctly use `connectAsync` so th…
-
I posted this question to a couple other topics but the thought it wasnt relevant there so I am creating a seperate issue,
how do I connect to the MQTT server when my server doesn't require a usern…
-
I'm encountering an issue while using the tls.py example code with a library. I've configured the ca, cert, and key fields as per thing in AWS iot core. When attempting to connect to the server, I'm g…
-
Hi,
I'm using the versione 2.7.0 and today I came across a problem using subscribe method.
After I connect to the MQTT server, subscribing to these topic everything works well:
```
#define MQTT_…
-
Hi,
When I'm starting my rails application using `rails c` command, mqtt client is working fine, and I'm receiving messages from my subscriptions perfectly. But when I'm trying to detach the rails ap…
-
**Bug description**
When MQTT broker server is physically disconnected from the network (for example, network cable is removed), device still thinks that connection is OK. Neither onDisconnect or o…
mcspr updated
5 years ago
-
When I connect to a mosquitto server and call `mqtt.stop()` or `mqtt.free()` it does not disconnect and the application just hangs.
-
Library tested on ESP32 Dev Module.
Very smart and powerful library,but (for me) a big issue:
If the esp32 boot and no broker MQTT available loop is blocked during mqtt server connecting tentative.
…
-
I would like to deploy the `fleet-management` domain to AWS. Also my devices are using AWS IoT Core.
Does somewhere an example exists? How different this is from the regular openremote installation…