mqtt-go icon indicating copy to clipboard operation
mqtt-go copied to clipboard

Yet another Go MQTT 3.1.1 client library: Go-ish interface, extensible and thread-safe (experimental stage; the API may change in future release)

Results 5 mqtt-go issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Awaiting Schedule These updates are awaiting their schedule. Click on a checkbox to...

I believe the `RetryClient` may be violating the QoS guarantees of MQTT. When we send a message with QoS 1 (at **least once** delivery) via the `RetryClient`'s `Publish()` method we...

enhancement

The reconnect clients hang on reconnect when it resubscribing to a topic even if is QoS0: https://github.com/at-wat/mqtt-go/blob/78fc5497cbe7e1d361f5a8ed1f53b3f7db283190/retryclient.go#L47 It doesn't have any default value and it's used on the subscription to...

e.g. once a packet which exceeds server's limit is queued, `ReconnectClient` enters infinite reconnect loop Maybe better to add `type Retrier interface` which manages retry logic and parameters.

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | golang.org/x/net | `v0.23.0` -> `v0.28.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fnet/v0.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...