-
### Describe the feature request
.NET 6 supports Http3, and MQTT can support running on HTTP3, reference [And QUIC meets IoT: performance assessment of MQTT over QUIC](https://ieeexplore.ieee.org/doc…
-
### Describe the bug
MQTTnet based server (ASP.NET 6)
Two clients based on the ManagedMqttClient.
Both connected with persisted session on WS.
Client 1 publishes messages on topic2 with QoS of 2.
…
-
### Describe the bug
Apologies if this is me misunderstanding something, or if this is actually a bug.
When testing behaviour of `.WithCleanSession(false)` I'm finding the client is not picking up…
-
### Describe the bug
The MqttHostedServer hosted service is silently "swallowing" exceptions happening on startup.
From the hosting ASP.NET application there is no way to figure out if the MQTT ser…
-
### Describe the bug
Connect async via TLS is different on Windows and Linux.
### Which component is your bug related to?
- Client
### To Reproduce
Steps to reproduce the behavior:
1. Use M…
-
### Describe the bug
The `IManagedMqttClient` API lacks the possibility to specify subscription identifiers:
```csharp
Task SubscribeAsync(ICollection topicFilters);
```
The `IMqttClient`…
-
### Describe your question
A clear and concise description of what you want to know.
Hi, I search a lot but it seems not supported. Only found Python (I tried, it's worked) and Java version.
How …
-
The documentation mentions it: `Extensible communication channels (e.g. In-Memory, TCP, TCP+TLS, WS)`, however I'm not sure if this is really supported and how I should configure it.
I ask this in or…
-
# Describe the bug
z2ma shows some devices as 'This device is UNRESPONSIVE'--sometimes for 10 weeks, since the device was added--but the devices are all currently working fine. Network map works fin…
-
Client application is missing DataReceived events
### Which component is your bug related to?
- Client
### To Reproduce
- i have data being received on a musquitto mqtt broker. the publisher …