sclevine / agouti

A WebDriver client and acceptance testing library for Go
MIT License
822 stars 105 forks source link

resolve a race #178

Closed ChuhC closed 5 years ago

ChuhC commented 5 years ago

resolve a race when "Stop" and the "checkStatus" goroutine in "WaitForBoot" operate the "url" at the same time.

sclevine commented 5 years ago

Nice catch! Thanks!