Remove Beast dependency from connect_op.hpp

Summary: resolves T15243

Reviewers: ivica

Reviewed By: ivica

Subscribers: iljazovic, miljen

Maniphest Tasks: T15243

Differential Revision: https://repo.mireo.local/D32561
This commit is contained in:
Korina Šimičević
2024-12-02 13:15:16 +01:00
parent 8d4502551a
commit d19f466e3e
11 changed files with 75 additions and 32 deletions

View File

@ -25,6 +25,7 @@
#include <boost/system/error_code.hpp>
#include <async_mqtt5.hpp>
#include <async_mqtt5/websocket.hpp>
namespace async_mqtt5 {

View File

@ -26,6 +26,7 @@
#include <boost/beast/websocket/stream.hpp>
#include <async_mqtt5.hpp>
#include <async_mqtt5/websocket.hpp>
BOOST_AUTO_TEST_SUITE(mqtt_features/*, *boost::unit_test::disabled()*/)

View File

@ -23,6 +23,7 @@
#include <boost/beast/websocket/ssl.hpp> // async_teardown for asio::ssl::socket
#include <async_mqtt5.hpp>
#include <async_mqtt5/websocket.hpp>
namespace async_mqtt5 {

View File

@ -26,6 +26,7 @@
#include <async_mqtt5/mqtt_client.hpp>
#include <async_mqtt5/logger.hpp>
#include <async_mqtt5/logger_traits.hpp>
#include <async_mqtt5/websocket.hpp>
#include "test_common/message_exchange.hpp"
#include "test_common/test_service.hpp"