mirror of
https://github.com/boostorg/mqtt5.git
synced 2026-05-19 23:34:45 +02:00
Remove unused cnf parameter in client_service
Summary: related to T13709 Reviewers: ivica Reviewed By: ivica Subscribers: miljen, iljazovic Differential Revision: https://repo.mireo.local/D27895
This commit is contained in:
@@ -58,7 +58,7 @@ The following example illustrates a simple scenario of configuring a Client and
|
||||
boost::asio::io_context ioc;
|
||||
|
||||
using client_type = async_mqtt5::mqtt_client<boost::asio::ip::tcp::socket>;
|
||||
client_type c(ioc, "");
|
||||
client_type c(ioc);
|
||||
|
||||
c.credentials("<your-client-id>", "<client-username>", "<client-pwd>")
|
||||
.brokers("<your-mqtt-broker>", 1883)
|
||||
|
||||
Reference in New Issue
Block a user