lyft / gostats

Go client for Stats
Other
56 stars 18 forks source link

net_util_test: Reconnect() retry if the error is due to EADDRINUSE #106

Closed charlievieth closed 4 years ago

charlievieth commented 4 years ago

This commit changes the Reconnect() methods to retry making the connection is the error is due to the address being in use (EADDRINUSE). This should fix some flakiness we've seen in CI.