-
Hello everyone,
I am encountering a very strange issue when sending messages at a one-second interval. To elaborate, we need to send data every second to an MQTT broker, but we have noticed that we…
-
Hello! I'm testing nanomq on some devices and I came across a specific error:
`bridge_handler: bridging to tls+mqtt-tcp://broker.xx.xx.io:8883 aio busy! msg lost! Ctx: 1
`
On other devices, i'm…
-
```
I've been testing to see how interoperable this implementation is with other
MQTT v3 implementations.
If I attempt to use the mosquitto_pub C utility from the mosquitto project, the
client appl…
-
在一台服务器上部署二个mosquitto 进行群集,采用了auth_plugin插件进行登陆认证。
user root
allow_anonymous false #取消匿名
auth_plugin /plugin/auth-plug.so
auth_opt_backends mysql
auth_opt_host 127.0.0.1
auth_opt_user root
auth_…
-
Hello,
The PR #154 introduce the following bug in K8S 1.21:
```
Service is invalid: spec.externalTrafficPolicy: Invalid value: "Cluster": ExternalTrafficPolicy can only be set on NodePort and …
-
#mosquitto.conf
#=================================================================
#Bridges
#Current node:192.168.1.6:1883
#=================================================================
con…
-
Public test servers like https://test.mosquitto.org are full of stuff. This is a good environment to do performance tests of mqttui.
`cargo-flamegraph` comes in mind first.
-
Hi,
we are using libmosquitto in an externally threaded way (`mosquitto_threaded_set(conn, 1)`). We have one thread running `mosquitto_loop_forever()` and want to make this exit by calling `mosquit…
-
Hi,
I have a mosquitto server running on ubuntu 18.02. I've confirmed that the websocket is open and listening on the desired port (both through netstat and logs). I'm running version mosquitto 1.5…
-
Hi, I have been tested the MQTT cliente on Labview 2017 in windows with no issues, it is great.
But when I try it in a CRio 9031 or with MyRio with LAbview 2017 as astand alone application it doesn´…