mirror of
https://github.com/boostorg/mqtt5.git
synced 2025-10-04 04:40:55 +02:00
[examples] cancel -> disconnect
Reviewers: korina Reviewed By: korina Differential Revision: https://repo.mireo.local/D26781
This commit is contained in:
@@ -169,7 +169,7 @@ private:
|
||||
|
||||
void complete_post(error_code ec, size_t num_topics) {
|
||||
_handler.complete_post(
|
||||
ec, std::vector<reason_code> { num_topics, reason_codes::empty }, suback_props {}
|
||||
ec, std::vector<reason_code> { num_topics, reason_codes::empty }, unsuback_props {}
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user