dotnet / MQTTnet

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

Set max pending mesages per client to 1000 #2096

Closed chkr1011 closed 3 weeks ago

chkr1011 commented 3 weeks ago

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.