eclipse-paho / paho.mqtt.c

An Eclipse Paho C client library for MQTT for Windows, Linux and MacOS. API documentation: https://eclipse.github.io/paho.mqtt.c/
https://eclipse.org/paho
Other
1.99k stars 1.1k forks source link

Can we consider using asynchronous getaddrinfo_a? #1537

Open x152152 opened 2 weeks ago

x152152 commented 2 weeks ago

Under certain network anomalies, getaddrinfo may be blocked. Could you please tell me why the getaddrinfo_a related code is commented out? I am interested in exploring this. Thank you!

icraggs commented 5 days ago

As the comment says, it caused errors when running the CI tests which I wasn't able to determine the cause of.

In any case, there would be other changes needed, possibly quite extensive, to make this work. There is an issue for the enhancement #690.