forked from boostorg/mqtt5
Buildable with Boost 1.84
Summary: related to T13686, #5 Reviewers: ivica Reviewed By: ivica Subscribers: miljen, iljazovic Differential Revision: https://repo.mireo.local/D27869
This commit is contained in:
@ -267,14 +267,14 @@ private:
|
||||
|
||||
_svc._replies.clear_fast_replies();
|
||||
|
||||
auto ex = write_queue.front().get_executor();
|
||||
auto alloc = write_queue.front().get_allocator();
|
||||
auto ex = write_queue.front().get_executor();
|
||||
_svc._stream.async_write(
|
||||
buffers,
|
||||
asio::bind_executor(
|
||||
ex,
|
||||
asio::bind_allocator(
|
||||
alloc,
|
||||
asio::bind_allocator(
|
||||
alloc,
|
||||
asio::bind_executor(
|
||||
ex,
|
||||
asio::prepend(std::ref(*this), std::move(write_queue))
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user