knolleary / pubsubclient

A client library for the Arduino Ethernet Shield that provides support for MQTT.
http://pubsubclient.knolleary.net/
MIT License
3.78k stars 1.46k forks source link

Minor unsigned int type correction (avoid warning) #1005

Open smartynov opened 1 year ago

smartynov commented 1 year ago

Changed expectedLength to unsigned int to avoid confusion and compiler warning