-
**Describe the bug**
I have a publisher publishing messages via MQTTAsync_sendMessage. If I initiate a shutdown but the connection was already lost to the broker, the MqttAsync_disconnect returns Suc…
-
#### b155
*February 8, 2017*
* Added mosquitto broker package to repo
so.... I:
root@Omega-3D2D:~# opkg update
Downloading http://repo.onion.io/omega2/packages/core/…
-
Hi,
I am Running my Mosquitto broker on android through TERMUX .Previously (old version) is working fine with connection with Node mcu .But after updation i am not able to connect to the broker
It…
-
On my mosquitto broker v1.4, when I plcnext is trying to connect without specifying will options in the config file, the connection fails.
-
Hi.
Using the library, is it possible to connect to an MQTT server (_Mosquitto_) thas requires authentication based on username and password?
Actually I'm using `mqttClient.connect(broker, port)`, b…
-
Hi,
I'm testing our implementation of sending messages to a mosquitto broker using the paho client library. In that testing I'm using mqqt-spy to check whether all sent messages actually arrive at …
-
My builds run on another server, so I want to use a mosquitto broker to relay the notifications, like so
mosquitto_pub -h 192.168.10.80 -t notifications -m "{\"title\": \"Custom notification\",…
-
Hello!!
I'm trying to connect with Kotori to Mosquitto through authentication and i'm not able to connect.
It gives me: Error connecting to MQTT broker but retrying each 5 seconds
I enabled the a…
-
I have been doing several tests with mosquitto and I have noticed that it starts to consume 100% of the CPU and too much memory. I have tried deleting the `mosquitto.db` or` mosquitto.log` files to se…
-
Hi,
the setup is quite simple:
_1._ Start a local mosquitto-instance (latest) and publish more than 120 retained messages with QOS 1
_2._ Connect with an MQTT client (I tested both mqtt-cli and…