Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ktff authored and BiagioFesta committed Nov 26, 2024
1 parent c41e481 commit 26872fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wtransport/src/driver/streams/connect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ impl ConnectStream {
return;
};

// Finish our side
// Finish our side and wait for confirmation.
stream.finish().await;
}
}

0 comments on commit 26872fd

Please sign in to comment.