mirror of
https://github.com/boostorg/mqtt5.git
synced 2025-10-05 05:00:54 +02:00
Improved CONNECT & CONNACK property client functions
Summary: related to T13427 Reviewers: ivica Reviewed By: ivica Subscribers: miljen, iljazovic Differential Revision: https://repo.mireo.local/D27218
This commit is contained in:
@@ -147,7 +147,7 @@ public:
|
||||
// all the packets that require resending.
|
||||
_write_in_progress = true;
|
||||
|
||||
auto new_limit = _svc._stream_context.connack_prop(prop::receive_maximum);
|
||||
auto new_limit = _svc._stream_context.connack_property(prop::receive_maximum);
|
||||
_limit = new_limit.value_or(MAX_LIMIT);
|
||||
_quota = _limit;
|
||||
|
||||
|
Reference in New Issue
Block a user