-
It seems like with a v4 (auth) plugin I can't be notified when a client disconnects to discard client-specific data that I stored in the plugin userdata. The plugin API v5 seems to fix this by allowin…
-
Hi everyone,
In my previous test, I found a strange problem, mosquitto did not release the requested memory to the system, is this a bug? any suggestions would be appreciated!
Test steps are as…
-
I recognized several minor issues when using the mosquitto installer (windows 10)
1) There is no command line parameter to actually start the mosquitto service after the setup -> you need to do tha…
nufff updated
3 years ago
-
I sometimes need to use `mosquitto_db_dump --client-stats` to debug why the database has grown large. Usually it's because a client with a persistent subscription has gone away, never to come back. In…
-
I am using an older version running in ubuntu, but there is a memory overflow that kills the process and causes a disconnection to the client. I see some leak memory patch commits and I want to update…
-
Hi There,
I am using mosquitto broker for inter-communicating with my multiple android apps using termux application. all is working fine with default `mosquitto.conf` file.
Now, What I am tryin…
-
when our client code start publishing on topics , mosquitto broker show that it is continuous publishing. we see it on a command prompt .but at the same time when we subscribe the topic we see it that…
-
Hello:
I'm developing a web app with mqtt protocol using mosquitto, by my limited undestood the pub/sub logic is in the form.
mosquitto_pub -h -p -t -m "message"
and
mosquitto_s…
-
Hello!
I am using mosquitto in a production embedded device and some recent changes have prompted me to consider which branch/tag to follow. I infer that the master branch is the most stable, produ…
-
I'm testing the library with various public MQTT brokers. While there is no problem with broker.hivemq.com, the client won't connect to test.mosquitto.org. The error is rc=-4 (MQTT_CONNECTION_TIMEOUT)…