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

@ -15,6 +15,7 @@
#include <boost/beast/websocket.hpp>
#include <async_mqtt5.hpp>
#include <async_mqtt5/websocket.hpp> // WebSocket traits
int main() {
boost::asio::io_context ioc;