adafruit / Adafruit_WICED_Arduino

Adafruit WICED Feather Arduino BSP
https://www.adafruit.com/products/3056
27 stars 19 forks source link

Set 'retain' to default TRUE in AdafruitAIO #26

Closed microbuilder closed 8 years ago

microbuilder commented 8 years ago

retain should default to false in AdafruitMQTT (the current behaviour), but it should default to true for AdafruitAIO.

hathach commented 8 years ago

no problem, just curious why it is default to be true for AIO :D

microbuilder commented 8 years ago

It takes some load off the server in terms of resource usage. It's purely for server optimisation.