Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add mqtt5 properties using mosquittopp library? #2983

Open
hatmaalla opened this issue Jan 22, 2024 · 2 comments
Open

How to add mqtt5 properties using mosquittopp library? #2983

hatmaalla opened this issue Jan 22, 2024 · 2 comments

Comments

@hatmaalla
Copy link

Hello,
I use the mosquittopp library and we need to be able to send mqttV5 properties during a publish operation.
Regarding the mosquittoccp implementation, we notice that the properties are hard-coded to NULL as developed here

return mosquitto_publish_v5(mosq, mid, topic, payloadlen, payload, qos, retain, NULL);

The question is, do we have a method for adding these properties or is this a limitation of using the mosquittopp library?

@DeuxVis
Copy link

DeuxVis commented Jan 22, 2024

Would be solved by Pull Request #2823

@DeuxVis
Copy link

DeuxVis commented Feb 27, 2024

Would be solved by Pull Request #2823

Now improved in #3010

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants