WIP on binning for archeng

This commit is contained in:
Dominik Werder
2021-12-17 18:24:44 +01:00
parent 2f608a8a4e
commit 21e16cfa6d
18 changed files with 504 additions and 142 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ async fn events_conn_handler_inner_try(
let mut p1: Pin<Box<dyn Stream<Item = Box<dyn Framable>> + Send>> =
if let Some(aa) = &node_config.node.channel_archiver {
match archapp_wrap::archapp::archeng::pipe::make_event_pipe(&evq, aa).await {
match archapp_wrap::archapp::archeng::pipe::make_event_pipe(&evq, aa.clone()).await {
Ok(j) => j,
Err(e) => return Err((e, netout))?,
}