adafruit / Adafruit_WICED_Arduino

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

Check if MqttTopic publishing really need subcribed !! #61

Closed hathach closed 7 years ago

hathach commented 7 years ago

https://forums.adafruit.com/viewtopic.php?f=57&t=104605&p=523995#p523995

Double check if this check is redundant https://github.com/adafruit/Adafruit_WICED_Arduino/blob/master/libraries/AdafruitMQTT/adafruit_mqtt_topic.cpp#L64

hathach commented 7 years ago

it seems be safe to remove the check. The root cause is possibly lacking coffee while writing them.