adafruit / Adafruit_MQTT_Library

Arduino library for MQTT support
MIT License
573 stars 291 forks source link

Server name buffer is too short for IBM IoT (FONA only) #99

Open pitor opened 6 years ago

pitor commented 6 years ago

When using the Fona 808 to connect to IBM iot, the server name exceeds 40 chars.

In the connectServer() method in Adafruit_MQTT_FONA.h, the buffer for the server name is only 40 bytes long.

gabygvm commented 6 years ago

Agree. Just happened to me. Same issue.