<div dir="ltr">Hello,<br>I have been using libmosquitto in C for quite some time in buildroot (used in an EFL mainloop) and it works well. Here are some quick details about how I currently use it :<br>* C API to create a client<br>* I use callbacks API to set callbacks on logs, connect/disconnect events, publish/susbscribe events and so on<br>* connection uses TLS (certificate provided to API)<br>* once connected, Mosquitto file descriptor is provided and integrated to EFL main loop<br><br>I recently switched to buildroot 2018.02 (it has upgraded mosquitto from v1.4.14 to v1.4.15), and I am now encountering a new issue with the lib.<br>Trying to establish a new connection to my broker (using the mosquitto_connect API), I can see that a new TCP connection is opened onto the broker, but it seems that no MQTT data is transfered (i.e. no CONNECT event), so the broker, of course, does not answer the usual CONNACK (observed with tcpdump).<br>I have made sure that the issue only happens in v1.4.15. Quickly taking a look on Eclipse Github, I saw no specific issue directly linked to this problem.<br>Before diving more in depth in this issue on mosquitto code, I would like to ask here : is there anyone encountering the same issue with this new mosquitto version ? I did not see any comment about this in the mailing list, but maybe the release is too young so it has not been detected yet ?<br>Or anyone can confirm that this new version, used as client with C API, works on its side ?<br>Regards,<br>--<br>Alexis LothorĂ©<br>06.51.59.81.45</div>