mirror of
https://github.com/boostorg/mqtt5.git
synced 2025-11-06 02:41:38 +01: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:
@@ -161,7 +161,7 @@ int main(int argc, char** argv) {
|
||||
asio::io_context ioc;
|
||||
|
||||
// Make an instance of mqtt_client. Establish a TCP connection with the Broker.
|
||||
client_type c(ioc.get_executor(), "");
|
||||
client_type c(ioc.get_executor());
|
||||
|
||||
c.credentials("test-client", "username", "password")
|
||||
.brokers("mqtt.broker", 1883)
|
||||
|
||||
Reference in New Issue
Block a user