hivemq-mqtt-client-dotnet
hivemq-mqtt-client-dotnet copied to clipboard
The HiveMQ C# MQTT client for .NET
## Description ## Related Issue ## Type of Change - [ ] 📚 Examples / docs / tutorials / dependencies update - [ ] 🔧 Bug fix (non-breaking change which...
## 🐛 Bug Report I'm working on an MQTT PoC that needs to be able to process 30,000 3k-7kb packets per second per node (large scale network) with QoS=0. Tried...
## 🚀 Feature Request Azure Functions has [trigger bindings for many protocols](https://learn.microsoft.com/en-us/azure/azure-functions/functions-triggers-bindings?tabs=isolated-process%2Cpython-v2&pivots=programming-language-csharp#supported-bindings) but not MQTT. A recent customer pointed out that they are using [this 3rd party library](https://github.com/Hotzilla/CaseOnline.Azure.WebJobs.Extensions.Mqtt.net6) but it's...
## 🚀 Feature Request On small devices that go into power save mode there is a need to keep the TCP connection alive to avoid TLS renegotiation which can be...
Is this library compatible with .Net Framework 4.7.2? i was able to use it with .Net Core 6 , worked flawlessly but facing issues with .Net Framework, or is there...
## 🚀 Feature Request Support for Sparkplug B 3.0 (Sparkplug Aware) ## 🔈 Motivation Mainly the interoperability between applications. Currently, we use Ignition with Sparkplug B for MQTT communication to...
## 🚀 Feature Request A common request by users is to save all incoming messages to a topic to an external datastore. We should add an easy to comprehend and...
## 🚀 Feature Request Requested from the support team. We should also provide these events in the client and document the distinction between these and After/Before Connect/Disconnect which are the...
The following loop will work only on the happy path, I recommend a refactor to account when the if is false. https://github.com/hivemq/hivemq-mqtt-client-dotnet/blob/cab3dfb745a4166a2a6d7087ec10b4c0b0afd94d/Source/HiveMQtt/MQTT5/Packets/PublishPacket.cs#L184
## 🚀 Feature Request Can we use the Java test containers or have a script that runs the the CE version of HiveMQ to run the integration tests. Also separate...