lexmag / statix

Fast and reliable Elixir client for StatsD-compatible servers
https://hexdocs.pm/statix
ISC License
275 stars 82 forks source link

Make Statix.Conn.transmit/2 public #28

Closed rodrigues closed 5 years ago

rodrigues commented 6 years ago

This PR opens the function Statix.Conn.transmit(packet, sock), allowing other kinds of packets to be transmitted without needing to extend the library.

Originated from https://github.com/lexmag/statix/pull/26#issuecomment-394025014