Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore app.stop events received before the app.detach response in att…
…ach integration tests (#128593) The app.detach command will close the VM service connection, which yields an app.stop event in the daemon protocol. The daemon does not guarantee any ordering between this event and the response to the app.detach. See flutter/flutter#128546
- Loading branch information