Just read `erl -man gen_server`.
======
start(ServerName, Module, Args, Options) -> Result
ServerName = {local, Name} | {global, GlobalName}
======
ServerName is NOT {ok, Name}
> However, if I remove the "true, " in the source, the gen_server starts.
Which of?
--
Maxim Treskin