mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
There is a race where we could complete a future based on a stream event and then before we cancel the stream subscription, we get another event and try and complete the future again.