• Andrew Davies's avatar
    [flutter_driver] Use async call to run SSH cmds. (#27577) · 7da989f2
    Andrew Davies authored
    For `fuchsia_compat.dart` Instead of using `runSync`, use `run` to avoid
    deadlock when attempting to access specific resources like the Hub in Fuchsia.
    
    The specific example is that in Fuchsia, the `find` command is
    attempting to explore `out` which hasn't yet been serviced, as `find` is
    blocking on it, causing a deadlock.
    7da989f2
Name
Last commit
Last update
..
enum_util.dart Loading commit data...
error.dart Loading commit data...
find.dart Loading commit data...
frame_sync.dart Loading commit data...
fuchsia_compat.dart Loading commit data...
gesture.dart Loading commit data...
health.dart Loading commit data...
message.dart Loading commit data...
render_tree.dart Loading commit data...
request_data.dart Loading commit data...
semantics.dart Loading commit data...
text.dart Loading commit data...