Comment 3 for bug 528663

Revision history for this message
Nicholas O'Leary (knolleary) wrote :

Have reproduced and identified the issue in my Arduino MQTT Client library.

The code didn't always check there was data available to read before trying to read from the network. This has not been a problem when running against the brokers I test against. However, for some reason, when reading a packet from mosquitto, it is a problem.

Have pushed the fix out as v1.3 - http://knolleary.net/arduino-client-for-mqtt/