Does not compile on ESP8266 when calling connect() with port #106
Labels
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
The library fails to compile on ESP8266 when calling connect() with a port, as in mqttClient.connect(mqttBrokerIp, mqttPort).
This has actually already been fixed quite some time ago in this pull request #33 by removing the ESP8266 specific code in MqttClient.h. I briefly tested the connect() using test.mosquitto.org, no idea about flush and stop.
The text was updated successfully, but these errors were encountered: