flutter/packages/flutter_tools/lib/src/ios
Todd Volkert 10decc7c19 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
2017-05-16 08:25:51 -07:00
..
devices.dart Fix race condition in protocol_discovery.dart (#10092) 2017-05-16 08:25:51 -07:00
ios_workflow.dart CocoaPods flow step 3 - don't automatically pod setup (#9703) 2017-05-02 16:11:37 -07:00
mac.dart Auto provision iOS deploy 1/3 - find and use the first valid code signing certs (#9946) 2017-05-15 12:54:32 -07:00
plist_utils.dart Declare locals final where not reassigned (flutter_tools) (#8570) 2017-03-03 17:50:46 -08:00
simulators.dart Fix race condition in protocol_discovery.dart (#10092) 2017-05-16 08:25:51 -07:00
xcodeproj.dart Auto provision iOS deploy 1/3 - find and use the first valid code signing certs (#9946) 2017-05-15 12:54:32 -07:00