forked from lx/netapp
Ignore error when sending goodbye
This commit is contained in:
parent
bb4ddf3b61
commit
c20d36892b
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ pub(crate) trait SendLoop: Sync {
|
|||
}
|
||||
}
|
||||
}
|
||||
write.goodbye().await?;
|
||||
let _ = write.goodbye().await;
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue