• Jonah Williams's avatar
    [flutter_tools] remove fallback discovery and observatory timeout (#68756) · 44d0e52d
    Jonah Williams authored
    The flutter run failures are cause by the application occasionally taking a long time to start up. This caused the ios fallback discovery to kick in, which will always fail if the application hasn't started. Solution: remove the iOS fallback discovery and wait up to 30 seconds.
    
    This has not proven to reduce the flakes, but it does at least remove one error case and removes code that will no longer work without the mDNS fallback.
    44d0e52d
protocol_discovery.dart 7.6 KB