Skip to content

Commit

Permalink
fix: stop recovery when sending via the channel fails (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniFrenchBread authored Oct 21, 2024
1 parent e7c7379 commit bf66c78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node/log_entry_sync/src/sync_manager/log_entry_fetcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ impl LogEntryFetcher {
})
{
error!("send error: e={:?}", e);
break;
}
}
Err(e) => {
Expand Down

0 comments on commit bf66c78

Please sign in to comment.