From Ruby to Elixir: example_server.ex code not working (page 74)

@sb8244

The code example for Examples.GenServer.SimpleServer.add/3 function does not work for me as written. I was able to get it to work by switching the function arguments so that the server was the first argument rather than the last.

1 Like