mosquitto
mosquitto copied to clipboard
Allow max_queued_messages to be zero
fixes #3088
This problem was already acknowledged by bfb373d774d8530e8d6620776304a3e0b0201793, but was reintroduced by 6113eac95a9df634fbc858be542c4a0456bfe7b9
- [X] Have you signed the Eclipse Contributor Agreement, using the same email address as you used in your commits?
- [X] Do each of your commits have a "Signed-off-by" line, with the correct email address? Use "git commit -s" to generate this line for you.
- [X] If you are contributing a new feature, is your work based off the develop branch?
- [X] If you are contributing a bugfix, is your work based off the fixes branch?
- [X] Have you added an explanation of what your changes do and why you'd like us to include them?
- [X] Have you successfully run
make testwith your changes locally?