forked from boostorg/mqtt5
[mqtt-client] fix string iterators in range are from different containers
Summary: related to T11798 Reviewers: ivica Reviewed By: ivica Subscribers: miljen, iljazovic Differential Revision: https://repo.mireo.local/D26522
This commit is contained in:
@ -161,6 +161,7 @@ public:
|
||||
_stream_context(std::move(tls_context)),
|
||||
_stream(ex, _stream_context),
|
||||
_async_sender(*this),
|
||||
_active_span(_read_buff.cend(), _read_buff.cend()),
|
||||
_rec_channel(ex, 128)
|
||||
{}
|
||||
|
||||
|
Reference in New Issue
Block a user