elixir-socket
elixir-socket copied to clipboard
Optional UNIX sockets support?
https://github.com/msantos/gen_unix
How do I define optional modules/dependencies?
I'm also interested in this. @yrashk , were you able to get this working ?
@emilsoman nope
AFAIK when using gen_tcp on erlang 19+ you can just :gen_tcp.connect({:local, "/var/run/some.sock"}, opts)