Update deps, error type
This commit is contained in:
@@ -18,9 +18,8 @@ bytes = "1.10"
|
||||
arrayref = "0.3.9"
|
||||
crc32fast = "1.4.2"
|
||||
byteorder = "1.5.0"
|
||||
async-channel = "1.9.0"
|
||||
rand_xoshiro = "0.7.0"
|
||||
autoerr = "0.0.3"
|
||||
autoerr = "0.0"
|
||||
chrono = { version = "0.4.39", features = ["serde"] }
|
||||
netpod = { path = "../../../daqbuf-netpod", package = "daqbuf-netpod" }
|
||||
query = { path = "../../../daqbuf-query", package = "daqbuf-query" }
|
||||
|
||||
@@ -42,7 +42,7 @@ pub async fn x_processed_event_blobs_stream_from_node_tcp(
|
||||
node: Node,
|
||||
) -> Result<Pin<Box<dyn Stream<Item = Sitemty<EventFull>> + Send>>, Error> {
|
||||
let addr = format!("{}:{}", node.host, node.port_raw);
|
||||
debug!("x_processed_event_blobs_stream_from_node to: {addr}",);
|
||||
debug!("x_processed_event_blobs_stream_from_node to: {addr}");
|
||||
let frame1 = make_node_command_frame(subq.clone())?;
|
||||
let net = TcpStream::connect(addr.clone()).await?;
|
||||
let (netin, mut netout) = net.into_split();
|
||||
|
||||
Reference in New Issue
Block a user