mirror of
https://github.com/boostorg/mqtt5.git
synced 2025-10-04 21:00:53 +02:00
control_packet::wire_data() returns std::string_view
Summary: related to T13332 Reviewers: ivica Reviewed By: ivica Subscribers: miljen, iljazovic Differential Revision: https://repo.mireo.local/D27099
This commit is contained in:
@@ -90,7 +90,7 @@ public:
|
||||
if (_handler.empty()) // already cancelled
|
||||
return _svc_ptr->free_pid(unsubscribe.packet_id());
|
||||
|
||||
const auto& wire_data = unsubscribe.wire_data();
|
||||
auto wire_data = unsubscribe.wire_data();
|
||||
_svc_ptr->async_send(
|
||||
wire_data,
|
||||
no_serial, send_flag::none,
|
||||
|
Reference in New Issue
Block a user