Skip to content

Commit

Permalink
Merge main into jq-rule-event-handling
Browse files Browse the repository at this point in the history
  • Loading branch information
bsenth200 committed Nov 5, 2024
2 parents 2618008 + 9a9fdde commit 5d7cc87
Show file tree
Hide file tree
Showing 14 changed files with 852 additions and 103 deletions.
3 changes: 1 addition & 2 deletions core/main/src/bootstrap/start_communication_broker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,9 @@ impl Bootstep<BootstrapState> for StartOtherBrokers {
if let Ok(rx) = state.channels_state.get_broker_receiver() {
BrokerOutputForwarder::start_forwarder(ps.clone(), rx)
}
let session = ps.session_state.get_account_session();
// Setup the endpoints from the manifests
let mut endpoint_state = ps.endpoint_state;
endpoint_state.build_other_endpoints(session);
endpoint_state.build_other_endpoints(ps.session_state.get_account_session());
Ok(())
}
}
Loading

0 comments on commit 5d7cc87

Please sign in to comment.