MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker). The implementation is based on the documentation from http://mqtt.org/.
MIT License
4.5k
stars
1.07k
forks
source link
Convert null checks to modern ThrowIfNull checks #2089
Removes some boilerplate.
Awesome project btw.