mosquitto icon indicating copy to clipboard operation
mosquitto copied to clipboard

allow topic to be encapsulated in quotes

Open bodeme opened this issue 1 year ago • 1 comments

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

Also created this fix based on the develop-branch with slightly changed calls (REQUIRE_NON_EMPTY_OPTION, mosquitto_malloc with one underscore)

bodeme avatar Nov 28 '24 18:11 bodeme

Fixes #1756 Fixes #658

bodeme avatar Nov 28 '24 18:11 bodeme

Thank you, this is fixed in https://github.com/eclipse-mosquitto/mosquitto/commit/2370415a3fa2e667eb22325e485c22ca3e030388 and the following commit for the 2.1 release

ralight avatar Aug 07 '25 23:08 ralight