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();
|
_svc._replies.clear_fast_replies();
|
||||||
|
|
||||||
auto ex = write_queue.front().get_executor();
|
|
||||||
auto alloc = write_queue.front().get_allocator();
|
auto alloc = write_queue.front().get_allocator();
|
||||||
|
auto ex = write_queue.front().get_executor();
|
||||||
_svc._stream.async_write(
|
_svc._stream.async_write(
|
||||||
buffers,
|
buffers,
|
||||||
asio::bind_executor(
|
asio::bind_allocator(
|
||||||
ex,
|
alloc,
|
||||||
asio::bind_allocator(
|
asio::bind_executor(
|
||||||
alloc,
|
ex,
|
||||||
asio::prepend(std::ref(*this), std::move(write_queue))
|
asio::prepend(std::ref(*this), std::move(write_queue))
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user