You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to add the Property::ContentType to the mqtt messages. connect_to_broker() does not include the property as property_allowed() returns false for that property and send_message() does not include any properties from the config.
Ideally there should be some way of specifying per-message properties - is this currently possible? I may be missing something.
The text was updated successfully, but these errors were encountered:
I would like to add the
Property::ContentType
to the mqtt messages.connect_to_broker()
does not include the property asproperty_allowed()
returns false for that property andsend_message()
does not include any properties from the config.Ideally there should be some way of specifying per-message properties - is this currently possible? I may be missing something.
The text was updated successfully, but these errors were encountered: