This comment was stale

This commit is contained in:
John Doty 2022-10-16 09:15:45 -07:00
parent 4c3c251181
commit 1f91fc68ca

View file

@ -124,9 +124,6 @@ async fn client_sync<Read: AsyncRead + Unpin>(
) -> Result<(), tokio::io::Error> {
info!("Waiting for synchronization marker...");
// Run these two loops in parallel; the copy of stdin should stop when
// we've seen the marker from the client. If the pipe closes for whatever
// reason then obviously we quit.
let mut stdout = tokio::io::stdout();
tokio::select! {
result = async {