Skip to content

Commit

Permalink
fix: internal relay tx, break on channel closed (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiroaisen authored Jul 10, 2023
2 parents cf69879 + 4729899 commit e0bf010
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 e0bf010

Please sign in to comment.