-
Hi there,
I am having some issues connecting to mosquitto lately and I am quite confused by what I am seeing.
This is the code I have to perform my initial connection to the broker within the `s…
-
mosquitto_passwd in version 1.6.9 uses random salt when generating password hashes. Thus password file always changes even if usernames and passwords are the same. It can be a problem in various autom…
-
Hi,
Running mosquitto_pub and sub on the same device and the mosquitto broker on a separate (LAN connected) device.
With QOS=0 or 1, each and every message is received correctly. With QOS=2, many m…
-
Hi there
I have a mqtt server with auth plugin enabled.
Mosquitto: 1.5.8
Mosquitto Auth: 0.13
LibWebSockets: 3.2.0
Almost everything works fine, only topics wildcards can’t deliver messages…
-
enable debug messages on mosquitto and we get:
gen 23 10:45:17 localhost.localdomain mosquitto[4046]: 1453542317: New connection from 127.0.0.1 on port 1883.
gen 23 10:45:17 localhost.localdomain mosq…
-
Hi,
we have found a new bug in mosquitto broker. When client A connects with user name 123 to broker and set LWT then another client B connect to the broker with the same user name then the LWT from…
-
Hallo hobbyquaker,
leider funktioniert das addmon mit der neuesten RaspberryMatic Version 3.53.34.20201121 nicht mehr. Die Ursache liegt in der Umstellung auf 64bit.
Beim Start von mosquitto kom…
-
Hi,
I am baffled by the behavior, not sure what we are doing wrong.
My mosquitto.exe, mosquitto.conf are all present in a single directory. Installation happens through a bat file.
If I place this …
-
Hello!
I was looking to make my mosquitto client be able to switch between different brokers in runtime. The idea is that the address is given, as well as username and password and user connects to …
-
There seems to be a race condition in the [test_client_unsubscribe](https://github.com/sbtinstruments/asyncio-mqtt/blob/54429028b8603e96b47341fa327a24e0d42b26e9/tests/test_client.py#L153) test when it…