feat(statement-distribution): Implement ResponseManager
#4378
Labels
T-feat
this issue/pr is a new feature or functionality.
ResponseManager
#4378
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: #4376When 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 thepending_response
channel to theResponseManager
Links
The text was updated successfully, but these errors were encountered: