mirror of
https://github.com/boostorg/mqtt5.git
synced 2025-10-18 02:55:20 +02:00
async_run
Reviewers: ivica Reviewed By: ivica Subscribers: korina Differential Revision: https://repo.mireo.local/D27342
This commit is contained in:
@@ -181,6 +181,9 @@ public:
|
||||
return resend();
|
||||
}
|
||||
|
||||
if (ec == asio::error::no_recovery)
|
||||
_svc.cancel();
|
||||
|
||||
// errors, if any, are propagated to ops
|
||||
for (auto& op : write_queue)
|
||||
op.complete(ec);
|
||||
|
Reference in New Issue
Block a user