Skip to content

Commit

Permalink
atf: flush response stream writer prior to exit
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraettinger committed Nov 2, 2023
1 parent 06b7fba commit 75d25ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airbyte-to-flow/src/connector_runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ async fn streaming_all(
Err(e) => Err::<(), std::io::Error>(e.into())?,
}
}
writer.flush().await?;

response_finished_sender
.send(true)
Expand Down

0 comments on commit 75d25ff

Please sign in to comment.