[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:
Korina Šimičević
2023-11-13 15:55:56 +01:00
parent d1356b7bb7
commit d77c97e3f2

View File

@ -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)
{}