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/.
This PR changes the default value of the maximum pending messages per client to 1000.
This is required because 250 is not enough even for some samples.
This PR changes the default value of the maximum pending messages per client to 1000. This is required because 250 is not enough even for some samples.