We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Client (markdown)
on subacribing message change MqttClientSubscribeOptionsBuilder to MqttTopicFilterBuilder
Adjusted client certs example to follow the finding of https://github.com/dotnet/MQTTnet/issues/883.
Correct earlier revision regarding custom CA - the previous version would work even if the provided CA didn't sign the server cert.
Add instructions for how to use cert verification callback when using a CA not in the system store.
Added troubleshooting for the AWS connections.
Added example code on how to use with AWS client certificates.
In the Subscribing to a topic section replaced MqttTopicFilterBuilder with MqttClientSubscribeOptionsBuilder to match actaual SubscribeAsync method
Added option to use TLS with a client certificate
Added Cert based auth example
the UseTls Parameters defaults to false, therefore it must be explicitly specified
Typo fixed
Small typo fixes.