-
Would it be possible to let the (async) client control when the `PUBACK` for `QOS1` is send and to allow the application to call ack with a message-id as explicit acknowledgements once it safely handl…
-
Hi,
I am passing the reference of a WiFiClient and a PubSubClient to a class definition because I want to be able to send an MQTT publish message from within the class. I don't need callbacks. This s…
-
Sometimes I notice my lambdas are called but no invocation is logged in the local `sst dev` log. It is not that the log fails, but rather the connection between the lambda and the local server that si…
-
This past week has sucked on the esp32 front. I have not been able to get this project running and I think it's not due to the github project itself but rather poor documentation.
```
[E][WiFiClie…
-
Hi Team ,
i have a Multiple MQTT Broker hosted in K8's , these MQTT Brokers are behind the ingress controller
ingress controller routes the traffic to appropriate broker based on SNI
for non T…
-
- [ ] wait for mqtt server before starting
-
Any idea what might be happening here. Running /blinky/sync
(venv) fredrick@fredrick-Studio-XPS-435MT:~/Development/micropython/mqboard/blinky$ ./sync.sh --server mqtt.xxxxxxx.com --port 8883 --tls …
-
**Describe the bug**
When a MQTT connection is negotiated with the server using protocol version 3.1, and then the connection times out, an attempt to connect will be done with protocol version 3. Th…
-
Is there any way to get the real client ip from client session?
I tried with nginx configuration below:
```
server {
listen 800;
listen 443 ssl;
real_ip_header …
-
Original issue reported by @cimba007 on https://github.com/mycontroller-org/mycontroller/issues/425
If I upload a new sketch the mqtt-client does not logoff from the mqtt-server (buildin mycontroll…