-
I've been investigating timeout disconnect issues between pubsubclient and mosquitto and I noticed that MQTT_KEEPALIVE appears to be used for two things. The first is this is the value that is sent o…
-
I am running 2 different Lilygo rtl433 ESP32 devices.
They had been running fine for the last couple of weeks.
Then recently, the one downstairs, started the following behavior.
1. Run fine for 1 …
-
**Steps:**
1 - Connect to Broker
2 - Subscribe to the topic "test/"
2 - Disconnect the client
3 - Send a message to a topic "test/" with QoS 1 or 2
4 - Close the application
5 - Open the appli…
-
I am running mosquitto broker on my ubuntu server. When I test it with this command
`sudo ./mqtt-bench -broker=tcp://127.0.0.1:1883 -action=subcount=50 -intervaltime=10`
It show only this this mess…
-
As the title states this library uses the implementation meant for CPython/socket pools instead of the ESP32SPI implementation.
### Steps to reporduce
1. Upload the following script, and install `…
-
### What happened?
Using the button "localize icon" unter "tools" generates way too long paths for your icons.
This crashed my MQTT broker as the "bridge status" message containing these paths.
…
-
I was getting crazy why my gateway was not sending any messages to my http server. so after 1 day of debugging i found that u have some topics in local mqtt broker bad written.
```python
local_mqt…
-
Hello everyone.
First of all thanks for this awesome context broker.
Second of all, I successfully have set up an mqtt subscription with a mqtt URI. "mqtt://{username}:{password}@{host}:{port}/{to…
-
```
auto result = mqttClient.subscribe(commandTopic);
Serial.printf("Subscription result %d\n", result);
```
Since there isn't doc yet I don't know what happened.
The MQTT broker I use is Mosq…
-
Dear all
I just deployed the Sample App to my Android phone. MQTT messages can be published and received as long as the app is active. When I leave the phone alone it will go to lock screen/standby…