mirror of
https://github.com/boostorg/mqtt5.git
synced 2025-11-12 13:39:54 +01:00
Add op cancellation tests
Summary: related to T12015 Reviewers: ivica Reviewed By: ivica Subscribers: miljen, iljazovic Differential Revision: https://repo.mireo.local/D27459
This commit is contained in:
@@ -126,7 +126,7 @@ public:
|
||||
|
||||
_svc_ptr->async_wait_reply(
|
||||
control_code_e::unsuback, packet_id,
|
||||
asio::prepend(std::move(*this), on_unsuback{}, std::move(packet))
|
||||
asio::prepend(std::move(*this), on_unsuback {}, std::move(packet))
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user