hivemq-mqtt-client icon indicating copy to clipboard operation
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

Results 132 hivemq-mqtt-client issues
Sort by recently updated
recently updated
newest added

When calling `subscribeSingleFuture()` on a `FlowableWithSingle` i would expect that the original flowable behaves the same as if I would process it with the `subscribeSingleFuture()` call. If I run the...

## Problem or use case the api is very difficult to abstract, and requires coupling with the deprecated RxJava2 and its replacement, the reactivesreams spec. ## Preferred solution or suggestions...

## Expected behavior When I click on the links in the client configuration page, I expected to see the new documentation page. ## Actual behavior I am getting a 404...

Getting the error when receiving a message. `Exception while decoding PUBLISH: topic alias must not exceed topic alias maximum `

bug

## 🐛 Bug Report A publisher publish a retained message, after that a subscriber subscribe to the same topic and should receive the retained message despite at wire level the...

bug

## 🚀 Feature Request It would be nice if there was an alternative to Eclipse Paho MQTT client in Spring Integration. ## 🔈 Motivation Paho has some limitations and issues...

feature-request

## 🐛 Bug Report After updating to Android Studio Hedgehog and AGP 8.2 my project fails to build with `Could not resolve com.hivemq:hivemq-mqtt-client-websocket:1.3.3.` and `No matching variant of com.hivemq:hivemq-mqtt-client-websocket:1.3.3 was...

bug

What is use of acknowledge function in Mqtt5Publish class ? ` void acknowledge(); ` Please let me know if there is any example for this.

question

## 🐛 Bug Report No error is received when the device is actively used, disconnect error is received when the screen is locked or the device is not used for...

bug