hivemq-mqtt-client-dotnet
hivemq-mqtt-client-dotnet copied to clipboard
The HiveMQ C# MQTT client for .NET
## π 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:...
### 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...
## 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...
### 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...
## π Bug Report ## π¬ How To Reproduce Steps to reproduce the behavior: 1. Compile and run the attached code ### Code sample See attached code. ### Environment Where...
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:...
## Description ## Related Issue ## Type of Change - [ ] π Examples / docs / tutorials / dependencies update - [ ] π§ Bug fix (non-breaking change which...
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...
## 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...
## π 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...