Disconnect delay with mosquitto_loop_forever() and WITH_SRV...
Hi, we are using libmosquitto in an externally threaded way (mosquitto_threaded_set(conn, 1)). We have one thread running mosquitto_loop_forever() and want to make this exit by calling mosquitto_disconnect() in another thread. This usual...