This comment was stale
This commit is contained in:
parent
4c3c251181
commit
1f91fc68ca
1 changed files with 0 additions and 3 deletions
|
|
@ -124,9 +124,6 @@ async fn client_sync<Read: AsyncRead + Unpin>(
|
||||||
) -> Result<(), tokio::io::Error> {
|
) -> Result<(), tokio::io::Error> {
|
||||||
info!("Waiting for synchronization marker...");
|
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();
|
let mut stdout = tokio::io::stdout();
|
||||||
tokio::select! {
|
tokio::select! {
|
||||||
result = async {
|
result = async {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue