emqx / esockd

Erlang general non-blocking TCP/SSL socket server

Home Page:https://www.emqx.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crashes if IPv6 client connects

terinjokes opened this issue · comments

When an IPv6 client connects, esockd terminates the process. The error comes from esockd_access.erl:129 assuming an IPv4 address.

Hi @terinjokes, please check the PR: #30

The 4.0 release supports IPv6 now.