-
First it disconnects and then a `Client.Connect` call fails with `CancellationTokenSource has been disposed`.
Sorry that I can't give more details at the moment.
-
MqttUserAuthenticationDelegate userDel = new MqttUserAuthenticationDelegate(
delegate(string username, string pass)
{
if (username == …
-
Am I correct that current m2mqtt does NOT support websockets?
Assuming so are their any plans to add that support and if so, approx. when would that be added?
Thanks!
-
### 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.
…
-
### Description
Why is there no way to pass in UserProperties, ContentType... and such into the `IMqttRpcClient`'s `ExecuteAsync`?
This is rather annyoing, as it doesn't register userProperties from…
-
### 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
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…
-
-
Hi,
I am using GnatMq Broker if some of the connected clients whenever forcibly disconnect and trying to reconnect that time the client reconnect is not happening. how can I handle this issu…
-
The Server MUST NOT send a Topic Alias in a PUBLISH packet to the Client greater than Topic Alias Maximum [MQTT-3.1.2-26]. A value of 0 indicates that the Client does not accept any Topic Aliases on t…