add initial client tests (#25)
This commit is contained in:
@@ -182,7 +182,7 @@ pub async fn run(listener: TcpListener, shutdown: impl Future) -> crate::Result<
|
||||
}
|
||||
|
||||
// Extract the `shutdown_complete` receiver and transmitter
|
||||
// ` explicitly drop shutdown_transmitter`. This is important, as the
|
||||
// explicitly drop `shutdown_transmitter`. This is important, as the
|
||||
// `.await` below would otherwise never complete.
|
||||
let Listener { mut shutdown_complete_rx, shutdown_complete_tx, .. } = server;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user