pubsubclient icon indicating copy to clipboard operation
pubsubclient copied to clipboard

A client library for the Arduino Ethernet Shield that provides support for MQTT.

Results 127 pubsubclient issues
Sort by recently updated
recently updated
newest added

Hi All I am bagging my head. ESP32 - Publish message its quick. I can publish as fast as I like. Subscribe to topic. Its slow the call back appears...

I am trying to receive around 2 MB of payload via MQTT on esp32. But maximum packet size that I can set is 65536 via `client.setBufferSize()` function. The argument of...

Please help me, i should finish this project as soon I want to make project monitoring using ESP8266, MQTT, and Node-RED dashboard but I have an issue that my serial...

The documention at https://pubsubclient.knolleary.net/api#setBufferSize refers to `MQTT_MAX_MESSAGE_SIZE` and that the default size is 256 bytes. Later on the same page https://pubsubclient.knolleary.net/api#setBufferSize it refers to `MQTT_MAX_PACKET_SIZE` with default size 128 bytes....

I have meet one strange problem, esp8266 call connected() methd will return false every 30 min actually the hartbeat is still working, in my logic when connected() return I will...

strnlen_P is needed to avoid the wrong method of reading to cause bad things to happen (CPU exceptions on ESP8266). Fixes: #747

I'm using ESP32 with Platformio in Arduino code. I am sending information with a SIM800 through MQTT using Pubsubclient and TinyGSM to a .net broker using FreeRTOS. ESP32 starts and...

Hello folks, i have a little Problem at the moment. After some time, the connection gets lost. It looks like the wificlient has a disconnect: ``` [D][WiFiClient.cpp:509] connected(): Disconnected: RES:...

I had random crashes that I could pin to the PubSubClient. Further testing made it possible to pin it down to a specific part of the code. Incoming and outgoing...

I am using the pubsub client library to publish and to subscribe data to MQTT Broker. I am using Cloud MQTT free version which allows up to 10 connection limit....