Roger Light
Roger Light
Here you go: https://github.com/eclipse-mosquitto/mosquitto/actions/runs/14858110562
We are using the voter contact information in periodic tick and in the state change callback. In the state change callback it is important for us to be able to...
I should think we can do it. I'm not entirely what bits are going to be removed under `legacy` - the obvious solution is to use the raft transfer callback...
Thanks for the description. I don't think you've missed anything, I was thinking about it in a slightly wrong way. Where does that leave this PR? Are there any modifications...
You're quite right, and happily I had already pushed a change to how this works and is documented just over a week before your report: https://github.com/eclipse/mosquitto/commit/54b95715165f5d15f5911f9a9653ba70d52fee93 The intention of this...
The broker now produces an error for invalid combinations of cafile/capath/certfile/keyfile.
Could you please share your config file?
Thank you, this is fixed in https://github.com/eclipse-mosquitto/mosquitto/commit/2370415a3fa2e667eb22325e485c22ca3e030388 and the following commit for the 2.1 release
I just tried to reproduce this in a fresh, fully updated `debian:unstable` docker container and all the tests passed. Is there anything else I need to take into account?
The `tasksel` command helped a lot, I could consistently reproduce it with that. I've got a fix in place that I've run each test 100 times with no failures, so...