Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the MRP params based on the MRP params extracted from CASE, when this is ... #11889

Closed
todo bot opened this issue Nov 16, 2021 · 0 comments · Fixed by #12490
Closed

Update the MRP params based on the MRP params extracted from CASE, when this is ... #11889

todo bot opened this issue Nov 16, 2021 · 0 comments · Fixed by #12490
Assignees
Labels

Comments

@todo
Copy link

todo bot commented Nov 16, 2021

// TODO Update the MRP params based on the MRP params extracted from CASE, when this is available.
}
void CASESessionManager::OnConnectionExpired(SessionHandle sessionHandle, Messaging::ExchangeManager * mgr)
{
OperationalDeviceProxy * session = FindSession(sessionHandle);
VerifyOrReturn(session != nullptr,
ChipLogDetail(Controller, "OnConnectionExpired was called for unknown device, ignoring it."));
session->OnConnectionExpired(sessionHandle);
}


This issue was generated by todo based on a TODO comment in baa2a6f when #11703 was merged. cc @pan-apple.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant