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

feat(statement-distribution): Implement ResponseManager #4378

Open
EclesioMeloJunior opened this issue Dec 4, 2024 · 0 comments
Open

feat(statement-distribution): Implement ResponseManager #4378

EclesioMeloJunior opened this issue Dec 4, 2024 · 0 comments
Labels
T-feat this issue/pr is a new feature or functionality.

Comments

@EclesioMeloJunior
Copy link
Member

EclesioMeloJunior commented Dec 4, 2024

Description

When a message is sent, through RequestManager to the NetworkBridge Subsystem we should keep the reference of the receiving channel here in the Statement Distribution Subsystem so whenever we receive a response we can trigger the handle_response, defined here: #4376

When the Statement Distribution Subsystem finishes to handle some message the next call is for dispatch_requests and here it drains the messages from RequestManager and dispatch them but now pushing the pending_response channel to the ResponseManager

Links

@haikoschol haikoschol added the T-feat this issue/pr is a new feature or functionality. label Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-feat this issue/pr is a new feature or functionality.
Projects
None yet
Development

No branches or pull requests

2 participants