ARMmbed / mbed-mqtt

Mbed-os MQTT and MQTT-SN library, based on Eclipse Paho project.
Other
47 stars 26 forks source link

Fix legacy MQTTNetwork to return DNS failure #15

Closed michalpasztamobica closed 4 years ago

michalpasztamobica commented 4 years ago

I noticed CI was failing. Accidentaly broken when removing string-based API usage. I will double check why CI did not report this before merging previous PR.

adbridge commented 4 years ago

@michalpasztamobica We only check mbed-os and the examples..... Maintainers know nothing about this repo :)

michalpasztamobica commented 4 years ago

Hi @adbridge , understood, sorry for bothering :)

michalpasztamobica commented 4 years ago

It turned out CI was building master instead of PR code. This is now fixed.