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 secure session SendMessage() unit test harness to do asynchronous send an... #10018

Closed
todo bot opened this issue Sep 28, 2021 · 0 comments · Fixed by #13134
Closed

Update secure session SendMessage() unit test harness to do asynchronous send an... #10018

todo bot opened this issue Sep 28, 2021 · 0 comments · Fixed by #13134
Assignees
Labels

Comments

@todo
Copy link

todo bot commented Sep 28, 2021

// TODO: Update secure session SendMessage() unit test harness to do asynchronous send and receives.
mState = kSentSigma1;
// Call delegate to send the msg to peer
ReturnErrorOnFailure(mExchangeCtxt->SendMessage(Protocols::SecureChannel::MsgType::CASE_Sigma1, std::move(msg_R1),
SendFlags(SendMessageFlags::kExpectResponse)));
ChipLogDetail(SecureChannel, "Sent Sigma1 msg");
return CHIP_NO_ERROR;
}


This issue was generated by todo based on a TODO comment in 7544281 when #9904 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