@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.
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.