mirror of
https://github.com/boostorg/mqtt5.git
synced 2025-10-04 12:50:54 +02:00
Allow user to modify CONNECT properties
Summary: related to T13332 Reviewers: ivica Reviewed By: ivica Subscribers: miljen, iljazovic Differential Revision: https://repo.mireo.local/D27108
This commit is contained in:
@@ -274,6 +274,11 @@ public:
|
||||
return *this;
|
||||
}
|
||||
|
||||
mqtt_client& connect_properties(connect_props props) {
|
||||
_svc_ptr->connect_props(std::move(props));
|
||||
return *this;
|
||||
}
|
||||
|
||||
/**
|
||||
* \brief Initiates [mqttlink 3901257 Re-authentication]
|
||||
* using the authenticator given in the \ref authenticator method.
|
||||
|
Reference in New Issue
Block a user