mirror of
https://github.com/boostorg/mqtt5.git
synced 2025-10-04 12:50:54 +02:00
add a notification in receive channel when session resets
Summary: resolves T13152 Reviewers: ivica Reviewed By: ivica Subscribers: miljen, iljazovic Maniphest Tasks: T13152 Differential Revision: https://repo.mireo.local/D26679
This commit is contained in:
@@ -281,6 +281,7 @@ public:
|
||||
const auto& [session_present, reason_code, ca_props] = *rv;
|
||||
|
||||
_ctx.ca_props = ca_props;
|
||||
_ctx.session_state.session_present(session_present);
|
||||
|
||||
// TODO: session_present logic
|
||||
// Unexpected result handling:
|
||||
|
Reference in New Issue
Block a user