Skip to content

Azure uMqtt

Compare
Choose a tag to compare
@andrew-buckley andrew-buckley released this 20 Jan 22:57
· 559 commits to master since this release
2b71844

Release Notes:

  1. Removes usage of crtdbg in favor of VLD
  2. Disables warnings as errors for OSX
  3. Fixes loop declarations for C99
  4. Fixes #41
  5. Uses improved connection string parser
  6. Changes cmake option from skip_unittests to run_unittests and defaults to not building tests
  7. Replaces FORMAT_HEX_CHAR by ‘0x%02x ‘ in the LOGs at mqtt_client.c for Arduino's compiler.
  8. Makes umqtt installable and a find module in CMake. Builds with -fPIC always.
  9. Adds flag to skip samples if specified
  10. Adds a callback for closing the connection
  11. Fixes bug due to not closing xio on error
  12. Carves errors from umqtt