• 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
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.analysis_options Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
ISSUE_TEMPLATE.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...