lexmag / fluxter

High-performance and reliable InfluxDB writer for Elixir

Home Page:https://hexdocs.pm/fluxter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UDP messages fail to send on OTP release 22

craigp opened this issue · comments

I had a crack at fixing this by switching out send/2 with :gen_udp.send/3 but I'm just not sure how the packet is constructed. Running the project tests will reproduce the error.

I have sent a PR #28 a while ago to fix the issue but nobody merged it. That fix is working for us, we are using it in production.