mirror of
https://github.com/boostorg/mqtt5.git
synced 2025-10-04 12:50:54 +02:00
use associated executors for intermediate handlers
Summary: * per-operation cancellation changed: total/partial signals only prevent further resending, terminal signal cancels the whole client Reviewers: ivica Reviewed By: ivica Subscribers: korina Differential Revision: https://repo.mireo.local/D27246
This commit is contained in:
@@ -119,7 +119,7 @@ public:
|
||||
|
||||
private:
|
||||
void on_auth_fail(std::string message, disconnect_rc_e reason) {
|
||||
auto props = disconnect_props{};
|
||||
auto props = disconnect_props {};
|
||||
props[prop::reason_string] = std::move(message);
|
||||
|
||||
async_disconnect(reason, props, false, _svc_ptr, asio::detached);
|
||||
|
Reference in New Issue
Block a user