mosquitto icon indicating copy to clipboard operation
mosquitto copied to clipboard

Introduce mosquitto_connect_bind_async_v5() API

Open Sarek opened this issue 5 years ago • 0 comments

Extend the mosquitto_connect* family of calls with the missing mosquitto_connect_bind_async_v5 to allow connecting to a broker asynchronously while specifying MQTT 5 options.

Signed-off-by: Sebastian Schäfer [email protected]

Thank you for contributing your time to the Mosquitto project!

  • [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] 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 test with your changes locally?

Sarek avatar Mar 24 '20 12:03 Sarek