-
**MQTT Reconnect**
After a network error tha gatway falls in "client disconnesso" state and does not reconnect (following a short sample from the log):
```
19:38:55.658 [pool-2-thread-1] ERROR …
-
(improvement) Any plans on adding MQTT support?
A subscribe and publish function would be useful for adding triggers from outside the system, the daylight sensor already seems to be of a similar forma…
-
Hi,
I'm using the MQTT status interface, which seems to work fine.
I have set a rate limit to an update every 30 second, and indeed I see updates on Mosquito every 30 seconds.
However when I che…
-
Even though I discourage to use different messages for the publish operation and the subscribe operation, it's something people are doing so we have to support it. Example:
https://ubidots.com/docs…
-
## Expected Behavior
Pending messages should be delivered once when consumer starts for qos=2.
Same issue happens when qos=1.
One might argue that qos=1 states 'At least once'. But we might expec…
-
[NodeMCU](http://www.nodemcu.com/index_cn.html)
- https://github.com/nodemcu/nodemcu-firmware
- https://github.com/esp8266/Arduino
- https://github.com/nodemcu/nodemcu-devkit-v1.0
- https://gith…
-
Hi,
I'm using edgware fabric to implement a communication layer between different machines.
While running some tests in a scenario with just 2 machines, 1 publisher and 1 subscriber, I noticed that …
-
### Expected behavior
### Actual behavior
### Steps to reproduce
### Minimal yet complete reproducer code (or URL to code) or complete log file
### Moquette MQTT version
MQTT_3_1_1
### J…
-
Hello everyone,
I was wondering whether it is possible to enable mosquitto MQTT broker to support tracing with open telemetry standard which would bring a lot of benefit for monitoring and tracing …
-
**_Reported by Inaky Perez-Gonzalez:_**
When an app contains a relative path to a source file, it creates object files outside the $O directory if it is different than "outdir":
```
$ cd PATH/TO/…