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

This pull request adds support for establishing an encrypted TLS connection, if the underlying AsyncTCP library supports it and if the ASYNC_TCP_SSL_ENABLED is enabled, as used by several AsyncTCP forks...

I'm currently playing with the example code on an ESP32. It works fine at first, but after some time the program gets caught in a loop: Connecting to MQTT... Connected...

stale

Hello. I have been experienced crashes on `publish`. My sketch publishes on three topics every second, and the crashes always happen on the second or third `publish` invocation for each...

Everything is working perfact when Online Broker is used but when we switched to local broker problem arises. No Pulish Complete callback is received whe msg with qos2 is published...

I am trying to handle short mqtt connections between long (60s) deep sleep sessions. Sequence: Start WiFi connect, wait connected Mqtt set callbacks Mqtt connect, wait connected Get variables from...

All callbacks are stored in std::vectors. So multiple callbacks for the same events are possible. I have not had the need to attahc multiple callbacks however. And even then, if...

question
discussion

I am working on a project for which I am interested in using this library to program the ESP32 but I don't know how to integrate the certificates that AWS...

I have got a bug when using a very slow or unstable internet connection. I have seen this problem on 1 type of internet connection as of now and this...

my wifi RSSI is -92. sometimes it will call mqtt.connect finish, but onConnect and onDisconnect will not call. if lost wifi long time(one hour or two hour). sometimes reconnect wifi...

Hi, I'm running the sample ESP8266 code. This is working ok publishing and subscribing but after every set of tests I'm getting an mqtt disconnect (TCP_DISCONNECTED) which then triggers another...