Fix possible socket leak.
This would occur if a client was using `mosquitto_loop_start()`, then if the connection failed due to the remote server being inaccessible they called `mosquitto_loop_stop(, true)` and recreated the mosquitto object. See: https://www.eclipse.org/forums/index.php?t=rview&goto=1839865#msg_1839865pull/2166/head
parent
117e59b7cf
commit
6ebbb4d654
Loading…
Reference in New Issue