• Chris Bracken's avatar
    Prevent hangs due to bad import/export directives (#5538) · bfbbef10
    Chris Bracken authored
    If the input test script contains a bad import, sky_shell will fail to
    execute main(), in which case a connection to /runner is never
    established and the _ServerInfo.socket never completes.
    
    This change works around this by issuing a request on /shutdown when
    sky_shell exits.
    bfbbef10
flutter_platform.dart 6.58 KB