[flutter_tools] write test to convince self of lack of timing issue (#58011)
In #55864 a race condition was described where a done event is received before we finish connecting. This cannot happen, since async functions begin synchronously and the flag isWaitingForVm is tripped immediately, keeping onDone from exiting.
J
Jonah Williams committed
f77c669d687c11d6aca81f053bbf028adc59794e
Parent: 27e652c
Committed by GitHub <noreply@github.com>
on 5/27/2020, 7:47:30 PM