| commit | 10decc7c19bd0db30228932ef5d59d297b430977 | [log] [tgz] |
|---|---|---|
| author | Todd Volkert <tvolkert@users.noreply.github.com> | Tue May 16 08:25:51 2017 -0700 |
| committer | GitHub <noreply@github.com> | Tue May 16 08:25:51 2017 -0700 |
| tree | 236ebb7af4b0748d4b639f9149187cb89926c89c | |
| parent | ce2c834f70551b1cee463a1e24a6a9673ca0bee5 [diff] |
Fix race condition in protocol_discovery.dart (#10092) For some reaosn, when we discovered our URI, we were re-instantiating the `Completer` instance variable whose future we listen to in `nextUri()`. This led to a race between a caller calling `nextUri()` and us discovering the URI. If we happened to discover our URI before a caller called `nextUri()`, then they would be left waiting on a future from the newly allocated `Completer` (which would never complete). Fixes #10064
Flutter is a new way to build high-performance, cross-platform mobile apps. Flutter is optimized for today‘s, and tomorrow’s, mobile devices. We are focused on low-latency input and high frame rates on Android and iOS.
Flutter is an early-stage open-source project. We are still missing core features like accessibility, text input, localization, and more. However, you can build demos and examples today. We hope you try it out and send us feedback.
For information about using Flutter to build apps, please see the getting started guide.
For information about contributing code to Flutter itself, please see CONTRIBUTING.md.
Join us in our Gitter chat room or join our public mailing list, flutter-dev@googlegroups.com.