uMQTTBroker
uMQTTBroker copied to clipboard
Ignored espconn_send() return (error) value.
Official documentation says that espconn_send() can return error code, but current implementation ignores it. Is it somewhere else guaranteed that the function always returns 0 (success)?