Unverified Commit 2c610673 authored by Dan Field's avatar Dan Field Committed by GitHub

fix race in devicelab concurrent hot reload (#22403)

parent 11ed8aa1
......@@ -64,6 +64,8 @@ void main() {
print('service protocol connection available at port $vmServicePort');
} else if (json != null && json['event'] == 'app.started') {
appId = json['params']['appId'];
}
if (vmServicePort != null && appId != null) {
print('run: ready!');
ready.complete();
ok ??= true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment