We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ebb942 + 6b2e048 commit 0f237e2Copy full SHA for 0f237e2
Release/libs/websocketpp/websocketpp/transport/asio/connection.hpp
@@ -422,7 +422,7 @@ class connection : public config::socket_type::socket_con_type {
422
m_io_service = io_service;
423
424
if (config::enable_multithreading) {
425
- m_strand = lib::make_shared<boost::asio::strand>(
+ m_strand = lib::make_shared<boost::asio::io_service::strand>(
426
lib::ref(*io_service));
427
428
m_async_read_handler = m_strand->wrap(lib::bind(
0 commit comments