Closed shamblett closed 6 years ago
https://github.com/dart-lang/sdk/issues/34591 was reopened, so closing here.
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.
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?