-
## 🐛 Bug Report
## 🔬 How To Reproduce
Steps to reproduce the behavior:
1. ... create client by Mqtt3Client.builder()......buildAsync()
2. call client.publishes(MqttGlobalPublishFilte…
ASunc updated
1 month ago
-
## 🚀 Feature Request
Can we use the Java test containers or have a script that runs the the CE version of HiveMQ to run the integration tests.
Also separate the integration tests from unit tests.
…
-
Hi!
Here’s some example code to reproduce the issue:
``` python
import ssl
import machine
import network
from umqtt.simple import MQTTClient
client_id = machine.unique_id().hex()
mqtt_se…
ilshm updated
2 months ago
-
I create a new Broker in HiveMQ and i want change the broker for sending and receiving a data (position x y z, emergency lock ....) between Raspberry and HiveMQ.
I installed paho-MQTT
I created an a…
-
### Error
I am publishing with HiveMQ-CLI 1000 MQTT QoS 2 messages to Mosquitto with Payload ``"Hallo Welt "`` with `n` ∈ [1 ; 1000] - ca. one message per second. Mosquitto is configured to bridge al…
-
As a first time user the number of different tools used in the microcourse is a bit overwhelming (github, readthedocs, quercus, colab, several external toutorials and docs, hivemqtt, mongodb, ...). Wh…
-
https://github.com/zhaojh329/lua-eco/blob/3b69a48ca3ac50f48ea0a09996d78e49b72a44ca/mqtt.lua#L181 will retransmit messages even if the TCP link is healthy, such that the earlier copies are still likely…
-
https://github.com/hivemq/helm-charts/blob/dea201c0175ec5e456abc6b5851fa5a4318db1df/charts/hivemq-operator/templates/hivemq-operator/admission-webhooks/job-patch/job-patchWebhook.yaml#L32-L47
Image…
-
**Describe the bug**
"No publish flow registered"-Error is thrown if something is published and nothing subscribed.
This is related to: https://github.com/hivemq/hivemq-mqtt-client/issues/368
*…
-
I'm trying to get a secure connection working through MQTT from a iOS App to a broker.
First, I tried using HiveMQ as it is the most popular Broker provider.
Sadly CocoaMQTT for some reason does …