eclipse / mosquitto

Eclipse Mosquitto - An open source MQTT broker
https://mosquitto.org
Other
8.62k stars 2.33k forks source link

Improve mosquitto client C++ wrapper to support more MQTT v5 features. #3019

Open Guy-SE opened 3 months ago

Guy-SE commented 3 months ago

Please check the following list of things we ask for in your pull request:


Those fixes are adding missing mqtt v5 features - mainly properties - in the C++ wrapper mosquittopp. It is useful for C++ users of the mosquitto client library who want a more complete set of features.

Based on #2823 with some additions - V5 async connect functions. Thank you @martlaak for the initial PR.