mirror of
https://github.com/boostorg/mqtt5.git
synced 2025-11-03 17:31:37 +01:00
Fix build
Summary: related to T15996 Reviewers: iljazovic Reviewed By: iljazovic Subscribers: miljen Differential Revision: https://repo.mireo.local/D33388
This commit is contained in:
@@ -80,8 +80,8 @@ int main(int argc, char** argv) {
|
||||
|
||||
// If you want to use the Client without logging, initialise it with the following line instead.
|
||||
//boost::mqtt5::mqtt_client<
|
||||
// boost::beast::websocket::stream<boost::asio::ssl::stream<boost::asio::ip::tcp::socket>>,
|
||||
// boost::asio::ssl::context
|
||||
// boost::beast::websocket::stream<boost::asio::ssl::stream<boost::asio::ip::tcp::socket>>,
|
||||
// boost::asio::ssl::context
|
||||
//> client(ioc, std::move(context));
|
||||
|
||||
client.brokers(cfg.brokers, cfg.port) // Broker that we want to connect to.
|
||||
|
||||
Reference in New Issue
Block a user