uber-archive / node-statsd-client

Node.js client for statsd
ISC License
28 stars 9 forks source link

[DNS recovery]: handle errors on the socket #9

Closed Raynos closed 9 years ago

Raynos commented 10 years ago

This handles errors on the UDP sockets which previously went to uncaught. The only real thing to do here is to de-allocate the socket.

cc @kriskowal @sh1mmer

sh1mmer commented 9 years ago

Seems reasonable. Do we want this to airlock?

Raynos commented 9 years ago

Doesnt make sense to airlock.

Raynos commented 9 years ago

We should apply backoff on allocating the sockets.