Azolo / websockex

An Elixir Websocket Client
MIT License
520 stars 100 forks source link

Support for ipv6 #131

Open sasikumar87 opened 4 months ago

sasikumar87 commented 4 months ago

Currently sockets are supported only through ipv4. Need to pass in inet6 as an option to :gen_tcp.connect to enable ipv6 support.