-
### Describe the bug
I started using RPC and developed a custom client based on your RPC extension. Without specifying a MQTT protocol version, everything works as expected.
However to be able to…
-
Hello,
i was using recently MQTTnet library in our company project and while i was inspecting that TLS connection is working properly with termshark i have discovered that the protocol is in 1.2 vers…
-
When using ManagedClient to connect to a broker, when I attempt to launch a number of clients in parallel threads to connect to a broker simultaneously, then connect takes a long time, and some client…
-
I'm getting this error with the provided sample console application.
I've tried to compile the program on different computers it worked, but for some reason, it's not working on mine.
I turned …
-
Hi,
I am new user trying to learn how to connect a managed client with TLS on MacOS Catalina, using this library.
I am trying to connect from ASP.NET Core 3 Background Service to a mosquitto bro…
-
## environment
- ASP.Net Core 3.0
- CentOS Linux 7
- Docker images mcr.microsoft.com/dotnet/core/aspnet:3.0-alpine
- TLSv.12
- MqttClient MQTTnet v3.0.12
## error
```
{
"Depth": 0,…
-
Is there a way to use your Code in combination with standard mqtt connections? I have a working mqttnet Server running in the startup class of a ASP.Net Core 2.1 solution. I can do a lot of stuff with…
-
If i run your example, what are the credentials to connect to this mqtt controller?
I tried to connect via NodeRed mqtt Node with ip of the Computer where VS is running, port 1883 but node red says c…
-
log by ClientConnectedHandler ClientDisconnectedHandler ClientSubscribedTopicHandler:
Client connected 4194328.
Client connected 4194328.
Client connected 4194328.
Client disconnected 4194328.
Cl…
-
### Describe your question
When you publish a retained message via the server does it automatically send out the retained messages when a client subscribes? I'm am publishing a set of retained messag…