Pereingo/statsd-csharp-client

TCP Support does not allow sending of mulitple metrics

vinla opened this issue · 3 comments

vinla commented

I noticed what appears to be a bug in the TCP sending mechanism. The send method disposes of the socket after sending any metric and hence any further metrics are not sent. This might be an issue with .Net core only as the Framework version only closes the socket.

Do you have steps to reproduce it?

vinla commented

Sorry, I've ditched the code, but essentially create a dotnet 2.x console app, include the library, configure to use TCP, then make any two metrics calls

Project deprecated, sorry. See the readme.