hirotakaster / MQTT

MQTT for Photon, Spark Core
Other
216 stars 118 forks source link

Connect with domain name doesn't work #18

Closed jpmens closed 8 years ago

jpmens commented 8 years ago

I believe the following is needed in just after this line:

this->ip = NULL;

Without this, the if() on line 43 is false, and the code never connects.