Skip to content

messages dropped when sending many of them #503

Answered by temeddix
psomani16k asked this question in Q&A
Discussion options

You must be logged in to vote

If you're using StreamBuilder or any widget builder, any messages that arrive within a single frame(usually 16ms) can be ignored. This is the default behavior of Flutter widget builders. To handle all messages, you can directly use Stream.listen method in Flutter instead.

Below are links that would be of a help:

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@psomani16k
Comment options

Answer selected by psomani16k
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #502 on February 01, 2025 16:08.