-
Hi,
I have an issue where I'm seeing negative numbers of inactive/disconnected clients. Any ideas about how that can happen?
```
mosquitto_sub -i cli-bluse -V mqttv5 -q 0 -L 'mqtts://xxxx/$SYS/#'…
-
Hi!
I have installed mosquitto broker (v2.0.11) on raspberry PI 3. Then created config file custm.conf in the conf.d directory:
`/etc/mosquitto/conf.d/custm.conf`
```
listener 1883
allow_anon…
-
Hi
I am working on a project where a broker has below configuration and has a list of some clients with valid username, password, certificates installed for broker, now I want to revoke connection p…
-
When I connect to my Mosquitto broker, the whole chrome process starts to lag like crazy, and will push my i7 over 80%. If I insert an invalid broker address, it will just show an error in console and…
-
### Checklist
- [X] Checked the issue tracker for similar issues to ensure this is not a duplicate
- [X] Read the documentation to confirm the issue is not addressed there and your configuration i…
-
Hi, I have had a working system with a Raspberry Pi ( Node Red) and a ESp32 communicating over MQTT. Installed on the Pi is Mosquitto.
2 Days ago I did some rewiring and took out the switches for my …
-
According to the documentation of `mosquitto_connect_async` it is possible to give an IP address as `hostname`. However when I try to connect to the broker I get the following error message:
```
Err…
-
I start the broker (Version 1.6.8) under Windows 10 as follows and not as a service:
> start "mosquitto.exe" /MIN "mosquitto.exe" -c mosquitto.conf -v
The configuration is:
> autosave_interva…
-
In the [API docs](https://mosquitto.org/api/files/mosquitto-h.html#mosquitto_connect), the description of the keepalive value is wrong. It currently states:
> _keepalive_ the number of seconds afte…
-
Mosquitto is installed through apt-get and has been working well for ages.
Now I've I've added a few extra programs such as Sambo, raspAP, SIXFAB and maybe a few more programs and now mosquito broker…