hivemq-mqtt-client-dotnet icon indicating copy to clipboard operation
hivemq-mqtt-client-dotnet copied to clipboard

The HiveMQ C# MQTT client for .NET

Results 24 hivemq-mqtt-client-dotnet issues
Sort by recently updated
recently updated
newest added
trafficstars

## πŸ› Bug Report HiveMQ requires a contributors license agreement for contributions. This needs to be added to the repository. ## πŸ”¬ How To Reproduce Steps to reproduce the behavior:...

bug

### Describe the feature For received QoS 1 + 2 publishes, it would be ideal if there was an option to manually acknowledge the messages. E.g. don't send the PubAck...

enhancement
feature request

## Description [WIP] This PR adds websocket support to the client. ws://broker.hivemq.com wss://broker.hivemq.com ws://broker.hivemq.com:8000 wss://broker.hivemq.com:8884 - **Add websocket options to HiveMQClientOptions and related** - **Organize into a ConnectionManager with Transport...

feature request

### Discussed in https://github.com/hivemq/hivemq-mqtt-client-dotnet/discussions/185 Originally posted by **danielwertheim** July 10, 2024 Was about to start evaluating your client but then saw that you have a dependency on NLog instead of...

feature request

## πŸ› Bug Report ## πŸ”¬ How To Reproduce Steps to reproduce the behavior: 1. Compile and run the attached code ### Code sample See attached code. ### Environment Where...

bug

Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.7 to 2.0.9. Release notes Sourced from http-proxy-middleware's releases. v2.0.9 What's Changed fix(fixRequestBody): check readableLength by @​chimurai in chimurai/http-proxy-middleware#1097 chore(package): v2.0.9 by @​chimurai in chimurai/http-proxy-middleware#1099 Full Changelog:...

dependencies
javascript
cla-signed

## Description ## Related Issue ## Type of Change - [ ] πŸ“š Examples / docs / tutorials / dependencies update - [ ] πŸ”§ Bug fix (non-breaking change which...

cla-signed

Hey πŸ‘‹ First, thanks for building a new OSS .NET MQTT library. I really like the simple implementation. I've noticed that after creating and connecting a client the first publish...

bug

## Checklist - [ x] I've searched the project's [`issues`](https://github.com/hivemq/hivemq-mqtt-client-dotnet/issues?q=is%3Aissue). - [ x] I've searched the project's [`discussions`](https://github.com/hivemq/hivemq-mqtt-client-dotnet/discussions). ## ❓ Question I am developing an asp.net 8.0 app that is...

question
feature request

## πŸ› Bug Report The client currently exposes a[ list of Subscriptions](https://github.com/hivemq/hivemq-mqtt-client-dotnet/blob/b3700c37fb99eda0c84c7fadcbd593a7aebd378c/Source/HiveMQtt/Client/HiveMQClient.cs#L67). When subscribing to a new topic, a subscription is added to the list. When unsubscribing the topic is...

feature request