Azolo / websockex

An Elixir Websocket Client
MIT License
515 stars 97 forks source link

Support for ipv6 #131

Open sasikumar87 opened 2 months ago

sasikumar87 commented 2 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.