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:
@@ -70,7 +70,7 @@ public:
|
||||
no_pid, get_allocator(), encoders::encode_pingreq
|
||||
);
|
||||
|
||||
const auto& wire_data = pingreq.wire_data();
|
||||
auto wire_data = pingreq.wire_data();
|
||||
_svc_ptr->async_send(
|
||||
wire_data,
|
||||
no_serial, send_flag::none,
|
||||
|
Reference in New Issue
Block a user