The development of this project began in April of this year with the objective of filling the absence of a good MQTT client for all .Net platforms. After 6 months I did not expect an interest so strong against him, probably due to the wave of the Internet of Things that is coming (or is already among us ? ) .

Many people are using the library for projects of varying complexity , they send me mails ( with reports but also with compliments ) and open the "issue" on the CodePlex site , which I promptly resolve .

This can push me to get better and better the quality of the project , now arrived at version 2.3.0 with some bug fixes but also with an interesting new feature : all the events raised by the MqttClient  class ( published message , the received message , ...) are executed in a separate thread , so the user no longer has to worry about launch "long" processing  in his event handler through a new thread.

With this update, I hope to have made further improvements of great interest for those who are using it and for those who want to use it!

As always, the update is available on CodePlex and Nuget for all .Net Framework platforms (Desktop, Compact and Micro) than on Mono Project for Linux !