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

temporarily create a SessionHandle from node id in MessageContext #9144

Closed
todo bot opened this issue Aug 19, 2021 · 0 comments
Closed

temporarily create a SessionHandle from node id in MessageContext #9144

todo bot opened this issue Aug 19, 2021 · 0 comments
Assignees
Labels

Comments

@todo
Copy link

todo bot commented Aug 19, 2021

// TODO: temporarily create a SessionHandle from node id, will be fixed in PR 3602
return SessionHandle(GetDestinationNodeId(), GetLocalKeyId(), GetPeerKeyId(), GetFabricIndex());
}
SessionHandle MessagingContext::GetSessionPeerToLocal()
{
// TODO: temporarily create a SessionHandle from node id, will be fixed in PR 3602
return SessionHandle(GetSourceNodeId(), GetPeerKeyId(), GetLocalKeyId(), mDestFabricIndex);
}
Messaging::ExchangeContext * MessagingContext::NewExchangeToPeer(Messaging::ExchangeDelegate * delegate)


This issue was generated by todo based on a TODO comment in f270ff8 when #8441 was merged. cc @yufengwangca.
@todo todo bot added the todo label Aug 19, 2021
@carol-apple carol-apple changed the title temporarily create a SessionHandle from node id, will be fixed in PR 3602 temporarily create a SessionHandle from node id in MessageContext Nov 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant