Skip to content

Broadcaster & Benchmarks#1

Open
GCdePaula wants to merge 5 commits intomainfrom
feature/broadcaster
Open

Broadcaster & Benchmarks#1
GCdePaula wants to merge 5 commits intomainfrom
feature/broadcaster

Conversation

@GCdePaula
Copy link
Collaborator

No description provided.

@GCdePaula GCdePaula requested a review from stephenctw February 27, 2026 12:58
@GCdePaula GCdePaula self-assigned this Feb 27, 2026
@GCdePaula GCdePaula force-pushed the feature/broadcaster branch 2 times, most recently from 15bfdc6 to 05a88ff Compare March 1, 2026 14:26
@GCdePaula GCdePaula force-pushed the feature/broadcaster branch from 05a88ff to 1ae02dc Compare March 2, 2026 14:05
@GCdePaula GCdePaula marked this pull request as ready for review March 2, 2026 14:31
Copy link
Collaborator

@stephenctw stephenctw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Just left one comment.

for tx in txs {
let event = BroadcastTxMessage::from_offset_and_tx(next_offset, tx);
next_offset = next_offset.saturating_add(1);
if events_tx.blocking_send(event).is_err() {
Copy link
Collaborator

@stephenctw stephenctw Mar 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When blocking_send fails, the worker returns Ok(()) instead of propagating the error. Was that intentional?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants