MQTTnet icon indicating copy to clipboard operation
MQTTnet copied to clipboard

MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker). The implementation is based on the documentation from http://mqtt.org/.

Results 267 MQTTnet issues
Sort by recently updated
recently updated
newest added

### Describe the bug My requirement is to provide MQTT services in a dynamically loadable / unloadable assembly plug-in. ### Which project is your bug related to? - ManagedClient ###...

bug

# Describe the feature request As part of .NET Core 3.0, we've exposed some client /server networking abstractions (see https://github.com/aspnet/AspNetCore/issues/10308) that were made to serve as a foundation for projects...

feature-request

### Describe the bug During a network outage, we experienced a hang in the Dispose call of the ManagedMQTTClient at [this location in the code](https://github.com/chkr1011/MQTTnet/blob/2918be18c6c6529584cd1d78e09ebb3fc0819e4f/Source/MQTTnet.Extensions.ManagedClient/ManagedMqttClient.cs#L251). It's unclear precisely what happened...

bug
managed-client

Would it be possible to extend the documentation for ASP.Net Core 2.1 on how to add an encrypted endpoint. I have tried the approaches in the document but does not...

documentation
feature-request

### Describe the bug I want to use the topic alias feature with the managed MQTT client. I can set the alias but it sends always topic and alias. If...

feature-request

### Describe the bug When publishing on a topic using the .WithRetainFlag(true) option and setting the MessageExpiryInterval to x seconds the message is pushed to the server. There it stays...

feature-request

I had to unfortunately discard this library because the old version did not support the highest QoS levels. Now I see there is an interesting update, but neither in the...

bug

### Describe the feature request It looks like the upcoming version 4 (referring to branch `feature/Reason_Code_In_Subscription_Interceptor`) no longer exposes the `IMqttRetainedMessagesManager` interface as an extension point. Using the `IMqttServerStorage` interface...

feature-request

I use ManagedClient (Windows .net core) with Mosquitto as server. When I first connect I set CleanSession to false. After this I subscribe to several topics and receive Messages. After...

question
managed-client

Hi, I just would like to understand the rational behind the fact that the Managed client does not support Clean Session. Even if I implement my own managed client, because...

feature-request