Hi Dev team,
I have been working with the MQTT example and building up my application. I establish a successful connection with the broker and everything runs fine for 5-6 days. Then I get the (ERROR: getaddrinfo failed -11 ) error and the MQTT connection does not happen. I looked into the code and found that this error is because the broker's address is not obtained.
I looked into the errno and found that -11 refers to "No more processes".
I could not understand why this error comes up suddenly and how could I solve this issue.
Its strange because it comes up after things have been running smoothly.
Regards,
Adeel.