Aleksei Magusev
Aleksei Magusev
UDP listener got unified with TCP listener, and now it also supports Unix domain sockets: https://github.com/influxdata/telegraf/tree/59bb31e7651e14fd7694b678a3a8cbd169788d5a/plugins/inputs/socket_listener
See https://github.com/lexmag/msgpax/pull/55#issuecomment-754111161 for context.
The idea is to support `:packer` option in `pack/2` that defaults to `Msgpax.Packer`. This way any default packing can be overwritten with: ```elixir defmodule MyPacker do use Msgpax.Packer def pack(value)...
**Community Note** * Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request * Please do not...
**Community Note** * Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request * Please do not...