diff --git a/example/hello_world_over_websocket_tcp.cpp b/example/hello_world_over_websocket_tcp.cpp index e55edad..ed5d069 100644 --- a/example/hello_world_over_websocket_tcp.cpp +++ b/example/hello_world_over_websocket_tcp.cpp @@ -25,7 +25,7 @@ int main() { > client(ioc); // 8083 is the default Webscoket/TCP MQTT port. - client.brokers("", 8083) + client.brokers("", 8083) // Path example: localhost/mqtt .async_run(boost::asio::detached); client.async_publish( diff --git a/example/hello_world_over_websocket_tls.cpp b/example/hello_world_over_websocket_tls.cpp index 49c62ad..65a7f75 100644 --- a/example/hello_world_over_websocket_tls.cpp +++ b/example/hello_world_over_websocket_tls.cpp @@ -78,7 +78,7 @@ int main() { > client(ioc, std::move(context)); // 8884 is the default Websocket/TLS MQTT port. - client.brokers("", 8884) + client.brokers("", 8884) // Path example: localhost/mqtt .async_run(boost::asio::detached); client.async_publish(