mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
After the frame is decoded SingleFrameCodec will invoke pending callbacks from calls to getNextFrame. The callbacks could result in more calls to getNextFrame. Those calls should receive the frame instead of being added to the pending list.