ArduinoMqttClient icon indicating copy to clipboard operation
ArduinoMqttClient copied to clipboard

ArduinoMqttClient Library for Arduino

Results 39 ArduinoMqttClient issues
Sort by recently updated
recently updated
newest added

For secure connections where the `Client` is served over SSL, the message size is slightly greater and the below assert fails. I replaced the `!=` condition with `

The poll() call is moved inside the non-blocking delay cycle, this fixes #14 Also, a reconnecting example is added

I am testing the library on an ESP8266 based board and samples don't work without codes modifications. First, I must replace this code bloc with just ` #include ` because...

Hey there, I'm facing an issue with the `mqttClient.connected()` command on MKR VIDOR 4000: it seems to freeze when the MQTT connection is broken. I've been successfully using this command...

Hello, Is there a known issue with retained messages not being received? I am using ArduinoMqttClient on a ESP32 type board. I am able to successfully subscribe to 2 topics...

I try to add a last will for more than one topic. I can't get it to work and there is no helping article on the internet.

Otherwise ACK is sent twice - once during `read` and once after the completion of the callback `_onMessage` handler.

type: imperfection

Hi Arduino Team I am testing this library in ESP32, in https://test.mosquitto.org/ work fine, but in my server with IP and nodered i have the error code 2 I have...

Running an MKR-15000 board that pushes data over MQTTS to 8883 mosquitto server. Half the time the board and server broker the initial connection just fine and everything runs perfectly....

I try to use QoS 1 which fortunately is already part of the library, but I am not really sure how to implement some things. because the way I approach...