pubsubclient icon indicating copy to clipboard operation
pubsubclient copied to clipboard

A client library for the ESP8266 that provides support for MQTT

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

Hi Once my ESP module has sent 254 messages in qos mode 1 or 2 it will return with a fail permanently. My eMqtt server console displays "[error] Session arduinoClient...

I got a situation where the ESP reboots when publishing any message, restarting the mosquito server fixed the problem immediately. I have lots of the same binaries running (6 ESPs)...

Hi Imroy, I am trying to use MQTT using the following: Ethernet Arduino board or using ESP2866 module For the past 3 years I have been using this library, https://github.com/knolleary/pubsubclient...

Might be worth changing the readme to reflect this? mosquitto[21836]: Invalid protocol "MQTT" in CONNECT from 192.168.0.7 mattsmac:2107: /usr/sbin/mosquitto 1437687094: mosquitto version 0.15 (build date 2013-08-23 19:23:43+0000) starting 1437687094: Opening...

I don't know where is the bug - in WiFi stack or somewhere else. I have got broken firmware after OTA update and did some investigations. Looks like all data...

So I have the code working, and I was sending the uptime to the mqtt server, but was only getting to 25secs before restarting. I tried changing the number of...

I'm testing, testing, testing... with the example mqtt_basic to see the behavior with a bad wifi connection. My goal is to get the MQTT connection always to be restored after...

In the Releases section there is the old Release of knolleary. Why not use the GitHub release function also for this project ? If you start to use it this...

Hello I have problem with subscribe when it received data from subscribe. ``` if(mqtt_connected) { client.subscribe("topic/setting/+") // payload will be `topica/a` } void callback(const MQTT::Publish& pub) { String topic =...