Question about receive-block in IEx

Welcome to the forum!

No.

Each iex prompt is essentially a separate (disconnected) node.

Chapter 16. Nodes—The Key to Distributing Services of Programming Elixir 1.6
shows you how to get them to talk to one another (Node.connect/1).

3 Likes