diff --git a/src/proto.rs b/src/proto.rs index 47480a9..18e7c44 100644 --- a/src/proto.rs +++ b/src/proto.rs @@ -161,7 +161,7 @@ pub(crate) trait SendLoop: Sync { } } } - write.goodbye().await?; + let _ = write.goodbye().await; Ok(()) } }