Skip to content

Commit

Permalink
Adding first row of data
Browse files Browse the repository at this point in the history
  • Loading branch information
haixuanTao committed Mar 11, 2024
1 parent eb12eb1 commit f641f2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libraries/extensions/dora-record/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ async fn main() -> eyre::Result<()> {
}
writer.close().await
});
tx.send((data.into(), metadata))
.await
.context("Could not send event data into writer loop")?;
writers.insert(id, (tx, join_handle));
}
Some((tx, _)) => {
Expand Down

0 comments on commit f641f2c

Please sign in to comment.