alexcesaro / statsd

An efficient Statsd Go client.
MIT License
301 stars 79 forks source link

Remove "quick listener check" and don't mute connection #7

Open zstyblik opened 8 years ago

zstyblik commented 8 years ago

Commit removes "quick listener check" which mutes connection and returns error when listener isn't available at the time of inicialization. It seems as this there is no need to scrap connection, because when remote endpoint comes around later, metrics will be received by that endpoint just fine.

Fixes #6

hubertmine commented 7 years ago

+1, had the same issue in tests but this has very little chance to happen in production