• Kaiyuan Wang's avatar
    Fix the issue that flutter driver does not close _peer (#4755) · ccf87bd0
    Kaiyuan Wang authored
    * Fix the issue that flutter driver does not close _peer when
    driver.close() is invoked.  The problem introduces the following
    unexpected behavior:
    
      1. Launch an app using "flutter run ..." command
      2. Run the flutter driver test using "dart flutter_test.dart"
    
    The test will not exit after running.  The problem will be solved
    if _peer is closed.
    
    * Fix formatting issue
    ccf87bd0
Name
Last commit
Last update
..
common.dart Loading commit data...
driver.dart Loading commit data...
enum_util.dart Loading commit data...
error.dart Loading commit data...
extension.dart Loading commit data...
find.dart Loading commit data...
gesture.dart Loading commit data...
health.dart Loading commit data...
matcher_util.dart Loading commit data...
message.dart Loading commit data...
retry.dart Loading commit data...
timeline.dart Loading commit data...
timeline_summary.dart Loading commit data...