The following code works for me in a gen_server.
handle_call(ok, From, State) ->
gen_server:reply(From, hello),
{noreply, State};
The documentation doesn't imply that I can do this. Is this something I can
rely on?
--
Anthony Shipman Mamas don't let your babies
als@REDACTED grow up to be outsourced.