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
Orion should support retain MQTT option in mqtt and mqttCustom subscriptions fields.
mqtt
mqttCustom
Thus, a new boolean option retain will be added to https://github.com/telefonicaid/fiware-orion/blob/master/doc/manuals/orion-api.md#subscriptionnotificationmqtt and https://github.com/telefonicaid/fiware-orion/blob/master/doc/manuals/orion-api.md#subscriptionnotificationmqttcustom, with default to false
retain
false
The current false in mosquitto_publish (
mosquitto_publish
fiware-orion/src/lib/mqtt/MqttConnectionManager.cpp
Line 397 in 19c1a37
The text was updated successfully, but these errors were encountered:
PR #4412
Sorry, something went wrong.
No branches or pull requests
Orion should support retain MQTT option in
mqtt
andmqttCustom
subscriptions fields.Thus, a new boolean option
retain
will be added to https://github.com/telefonicaid/fiware-orion/blob/master/doc/manuals/orion-api.md#subscriptionnotificationmqtt and https://github.com/telefonicaid/fiware-orion/blob/master/doc/manuals/orion-api.md#subscriptionnotificationmqttcustom, with default tofalse
The current
false
inmosquitto_publish
(fiware-orion/src/lib/mqtt/MqttConnectionManager.cpp
Line 397 in 19c1a37
retain
valueThe text was updated successfully, but these errors were encountered: