Roger Light
Roger Light
Thanks for the report, it's surprising behaviour to me and I'm afraid I've been unable to reproduce it so far. This is what I've done: Contents of `/home/roger/src/mqtt/dockertest/`: ``` total...
Are you saying that mosquitto normally has 13.4GB of RAM in use? That's a fair size. It shouldn't matter particularly for memory usage though, the largest allocation allowed should be...
Your mosquitto.conf (with sensitive bits removed) would be helpful, also any information on what messages are being sent and what client sessions there are. So do you have millions of...
Thanks, that's helpful. Let's explain some of what you're seeing. * `$SYS/broker/clients/connected 7341` - the current number of connected clients - looks fine, if this is what you expect *...
Thanks, I've pushed a fix for this.
I've got a rough idea of what's going on, but there are some subtleties in it so I need to have a think about it. In the meantime, do you...
It's very much alive, but I have limited time to look at issues. 2.1 has been delayed by a variety of factors, an important one being that we were offered...
Thanks for the full details. This is related to using `per_listener_settings true` with the bridge control topic that you're doing. The fix will result in the control topics not working...
Thanks for the report. I believe the underlying problem with the keepalive was actually caused by #3238. That is fixed for 2.0.22, I encourage you to test it out. In...
At the moment the easiest answer is "yes" There is a mechanism to trigger a reload of the password file, but it's difficult to access on Windows. I'm going to...