Christian
Christian
I created a ticket at the .NET Foundation so that this project can get a signing certificate. https://github.com/dotnet-foundation/projects/issues/337
Starting with version 4.3.5.x the nuget and its DLLs are properly signed.
Sorry but I don't fully understand the question. Do you want to get all messages which are only subscribed for a certain client ID? So you subscribe to "A" and...
Referring to [MQTT-4.3.3-2]. This library intents to implements option B when it comes to QoS 2 handling. Please provide a unit test which allows to reproduce the issue. If required,...
Please try the latest version of this library. We fixed several performance and memory relevant bugs. If the error persists please reopen this ticket.
I am wondering why you assume that the leak is caused by this library. The screenshot shows that there are lots of Hashtables which is not a class defined or...
The pending messages is the count of messages which are being caches in memory for each session. This means a session can get new messages if the client is not...
With the special needs you have it might be better to use the regular client instead and build your requirements around that client instead. The managed client is only a...
Please enable the trace (see Samples on how to do enable it). It will show if the server has disconnected the client and why.
Please share the trace (see samples for enabling this).