Skip to content

Commit

Permalink
Remove unneeded text
Browse files Browse the repository at this point in the history
  • Loading branch information
cunarist committed Oct 23, 2024
1 parent be77fdd commit 4a5c14f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions documentation/docs/messaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ There are special comments that you can mark messages with.

[^1]: It’s important to note that when using `StreamBuilder`, it may only process the latest message from the stream to trigger a widget rebuild on the next render frame. Since widget builders are primarily focused on building widgets, they might skip some messages if multiple messages arrive within a single frame, typically around 16 milliseconds. To ensure that all messages from the stream are handled, you should consider using the `Stream.listen` method instead.

This version maintains your key points while enhancing readability.

```proto title="Protobuf"
// [RUST-SIGNAL]
message MyDataOutput { ... }
Expand Down

0 comments on commit 4a5c14f

Please sign in to comment.