Skip to content

Commit

Permalink
Merge branch 'master' into refactor/autonat-framed
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger authored Nov 2, 2023
2 parents f69a58d + ac28488 commit 28256ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions protocols/relay/src/protocol/outbound_hop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ pub(crate) async fn make_reservation(stream: Stream) -> Result<Reservation, Rese

substream.send(msg).await?;

substream.close().await?;

let proto::HopMessage {
type_pb,
peer: _,
Expand Down

0 comments on commit 28256ee

Please sign in to comment.