lukevenediger / statsd.net

A high-performance stats collection service that feeds into Graphite and aimed at small- to large-scale windows environments.
MIT License
123 stars 25 forks source link

Cannot handle more than one connection when relaying stats through the Statsd listener #26

Open lukevenediger opened 9 years ago

lukevenediger commented 9 years ago

The service can't handle more than one socket connection in Relay mode. I want to be able to have multiple collectors relay their metrics via a single endpoint. But when I try point multiple connectors to a single statsd listener endpoint it doesn't handle these connections simultaneously.