hivemq-mqtt-client
hivemq-mqtt-client copied to clipboard
HiveMQ MQTT Client is an MQTT 5.0 and MQTT 3.1.1 compatible and feature-rich high-performance Java client library with different API flavours and backpressure support
## 🐛 Bug Report CompletableFuture returned from subscribe on a CONNECTING async client never completes if the client does not connect. Also, after this the client can not be stopped...
## 🚀 Feature Request Auto reconnection ## 🔈 Motivation Is there a way to implement auto reconnect in case of timeout or network issues and restore the lost publish and...
## Checklist - [X] I've searched the project's [`issues`](https://github.com/hivemq/hivemq-mqtt-client/issues?q=is%3Aissue). - [X] I've searched the project's [`discussions`](https://github.com/hivemq/hivemq-mqtt-client/discussions). ## ❓ Question I am really happy with your mqtt client as it works...
I'm trying to build an android application with using HiveMQ library. My project configurations are next: ---- Java - 17 Kotlin 1.9.20 Gradle - 8.4 Android Gradle Pluging - 8.1.4...
I was looking at some code in [RequestResponse.java](https://github.com/hivemq/hivemq-mqtt-client/blob/bb5dee551e1e19edbc4d6a9b19037a616a05db4f/examples/src/main/java/com/hivemq/client/mqtt/examples/RequestResponse.java#L43) and noticed a call to `get()` here: ```java .topic(requestPublish.getResponseTopic().get()) ``` will crash with a `NoSuchElementException` at run time if the response topic...
## 🐛 Bug Report ## 🔬 How To Reproduce Steps to reproduce the behavior: 1. Not sure on how to reproduce but it is this ANR is reported by many...
## Description Nothing much. There was a typo in the pseudo-XML of the doc. I felt it needed an update. ## Type of Change - [x] 📚 Examples / docs...
## 🐛 Bug Report My app is connected to AWS IoT using aws-android-sdk-core and aws-android-sdk-iot. I am using hivemq-mqtt-client for the client side. However, when using minSdkVersion lower than 26(in...
How to simulate an exception for compatable future ofpublish.send.whenComplete() in the below code in junit5 for the below code I am writing an integration test.How to mock an exception for...
## Checklist - [x] I've searched the project's [`issues`](https://github.com/hivemq/hivemq-mqtt-client/issues?q=is%3Aissue). - [x] I've searched the project's [`discussions`](https://github.com/hivemq/hivemq-mqtt-client/discussions). Could not look into the discussions as the link does not seem to work....