koding / kite

Micro-service framework in Go
https://godoc.org/github.com/koding/kite
MIT License
3.26k stars 300 forks source link

client: fix races in tests #208

Closed rjeczalik closed 6 years ago

rjeczalik commented 6 years ago

Works around https://github.com/cenkalti/backoff/issues/47.

cihangir commented 6 years ago

👍