Ethan Brooks
Ethan Brooks
Really looking forward to the key bindings, when will they happen?
I encountered the same problem. I think the issue didn't reproduce with simpler message structures. The problem tends to occur when dealing with a more complex message structure.
I conducted an experiment and found that message loss still occurs even with simpler message structures. I have a hypothesis: when the rate at which the Rust isolate sends messages...
 All messages can be received in the single handle, but some are lost after being sent to the stream and processed in the StreamBuilder. This indicates that the issue...
The actual sequence of invocations of the [builder](https://main-api.flutter.dev/flutter/widgets/StreamBuilder/builder.html) depends on the relative timing of events produced by the stream and the build rate of the Flutter pipeline, This might be...