diff --git a/include/async_mqtt5/impl/client_service.hpp b/include/async_mqtt5/impl/client_service.hpp index f03f3bb..9baa9d7 100644 --- a/include/async_mqtt5/impl/client_service.hpp +++ b/include/async_mqtt5/impl/client_service.hpp @@ -4,7 +4,7 @@ #include #include -#include +#include #include #include @@ -211,7 +211,7 @@ public: using executor_type = typename stream_type::executor_type; private: using tls_context_type = TlsContext; - using receive_channel = asio::experimental::basic_concurrent_channel< + using receive_channel = asio::experimental::basic_channel< executor_type, channel_traits<>, void (error_code, std::string, std::string, publish_props)