Skip to content

Commit

Permalink
fix: internal relay tx, break on channel closed
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiroaisen committed Jul 10, 2023
1 parent cf69879 commit 4729899
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rs/packages/stream/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,9 @@ impl RelayHandler {
station_id,
e,
e
)
);

break;
}

Ok(()) => continue,
Expand Down

0 comments on commit 4729899

Please sign in to comment.