flutter / flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
166.24k stars 27.5k forks source link

Flutter and VM behaving differently on data reception #22657

Closed shamblett closed 6 years ago

shamblett commented 6 years ago

I have this issue raised on one of my packages. Basically its saying when data is received from, in this case an MQTT broker, Dart on the VM is OK no matter what the data size, but flutter seems to have a problem in that it raises exceptions when processing the data if it gets to large.

Could the flutter runtime be causing this?

zoechi commented 6 years ago

https://github.com/dart-lang/sdk/issues/34591 was reopened, so closing here.

github-actions[bot] commented 3 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.