Subj : src/sbbs3/mqtt.c sbbscon.c To : Git commit to main/sbbs/master From : Rob Swindell Date : Thu Dec 29 2022 02:16 pm https://gitlab.synchro.net/main/sbbs/-/commit/b40813286237773b08f66ef4 Modified Files: src/sbbs3/mqtt.c sbbscon.c Log Message: Fix non-mosquitto build By moving mosquitto_will_set() call into mqtt_connect(). I'm still having the issue that the LWT is being published after mosquitto_disconnect(), even though I set the "force" parameter to false in the call to mqtt_loop_stop() .