Closed
Description
Package coverage should quit or recover from
Could not start the VM service: DartDevelopmentServiceException: Failed to create server socket (Address already in use): 127.0.0.1:8181
Currently, it simply continues running al the tests and then hangs.
This happens if a Dart process is already using this port. (Usually when I ctrl+c'ed something but some Dart process is still running in the background.)