Jason Simmons 2f63de4797 Fix reentrancy handling in SingleFrameCodec (flutter/engine#9931)
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.
2019-07-18 15:54:21 -07:00
..