elixir-lang / elixir-lang.github.com

Website for Elixir
elixir-lang.org
354 stars 822 forks source link

Explicitly use 127.0.0.1 as IP address #1735

Closed adrianbrink closed 11 months ago

adrianbrink commented 12 months ago

On macOS gen_tcp.listen() wouldn't work without passing the explicit address for localhost. KVServer would start correctly, but the Telnet client wouldn't connect.

josevalim commented 12 months ago

Interesting. I have always ran this on macOS and it has always worked. I just tested it again and it is fine. Which version are you using?

josevalim commented 11 months ago

Closing this for now. Note if the issue persists, the guides have been moved to elixir repository itself. :) Thanks!