• 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
..
src Loading commit data...
driver_extension.dart Loading commit data...
flutter_driver.dart Loading commit data...