You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried connecting two nodes per the instructions in Chapter 15 of the Programming Elixir book (Dave Thomas) on a Mac running Yosemite (10.10.3) and it refused to work unless I used the fully qualified names (iex --name top@joel.local).
with short names:
TOP WINDOW
[ OTP ] $ iex --sname top@joel
Erlang/OTP 17 [erts-6.3.1] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
Interactive Elixir (1.0.3) - press Ctrl+C to exit (type h() ENTER for help)
iex(top@joel)1> Node.connect :"bot@joel"
false