We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, as far as I am aware there is currently no way to pass the v5 message expiry option to the underlying C library?
Because the properties would need to be passed to the MQTTAsync_sendMessage function, but currently there is no signature allowing this.
E.g. https://github.com/eclipse-paho/paho.mqtt.c/blob/6b1e202a701ffcdaa277b5644ed291287a70a7aa/src/samples/paho_c_pub.c#L352
But currently the cpp publish path looks like this
paho.mqtt.cpp/src/async_client.cpp
Lines 642 to 652 in 3631bce
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, as far as I am aware there is currently no way to pass the v5 message expiry option to the underlying C library?
Because the properties would need to be passed to the MQTTAsync_sendMessage function, but currently there is no signature allowing this.
E.g.
https://github.com/eclipse-paho/paho.mqtt.c/blob/6b1e202a701ffcdaa277b5644ed291287a70a7aa/src/samples/paho_c_pub.c#L352
But currently the cpp publish path looks like this
paho.mqtt.cpp/src/async_client.cpp
Lines 642 to 652 in 3631bce
The text was updated successfully, but these errors were encountered: