async-mqtt-client icon indicating copy to clipboard operation
async-mqtt-client copied to clipboard

📶 An Arduino for ESP8266 asynchronous MQTT client implementation

Results 51 async-mqtt-client issues
Sort by recently updated
recently updated
newest added

Hi, I'm using the lib with homie-esp8266. It works quite stable since the last bugfixes. I just have a question about the delay (about 1 sec.) between each MQTT message...

Hi, after a year+ of flawless service from async-mqtt-client on my ESP8266 boards I tried to add some nice security layer. Using Arduino IDE and the bug-fixed version of ESPAsyncTCP...

Please will you provide at least ONE well commented example of the use of `mqttClient.subscribe` all the way through to consuming a message on a subscribed topic and covering where...

I have found very disturbing behavior. I've been able to narrow the issue down to the following. This is with ESP8266. Using version 0.9.0 of AsyncMqttClient. Essentially the code is...

When connecting using credentials that are incorrect it appears the connection is successful. I'm using the default esp8266 sample. This is the log from a valid connect: Connecting to MQTT......

I don't know if it's doable but I'd like to check whether it is possible to replace the async tcp libs with the regular WiFiClient builtin libs. Async has one...

Hey guys, I am developing a system that must has ethernet connection, but I can't manage to make this library work with ethernet connection. Is this library compatible with ethernet...

I'd like to propose a breaking change: make the topic in the onMessage callback `const`. Under the hood the topic is indeed a `char*` but the end user shouldn't change...

discussion

Should it be possible to remove server fingerprints?

enhancement

Maybe someone can solve / explain this quickly. I have the AsyncMqttClient in use. Working so far with and without TLS enabled. But ... I need to send some 10...

stale