<div dir="ltr"><div>gen:call uses erlang:send/2 after finding the pid() using the via tuple.<br><br></div>Where else for gen_server:cast (line 224) it uses the ViaModule:send/2 function instead of erlang:send/2<br><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jul 16, 2018 at 3:43 PM, Loïc Hoguin <span dir="ltr"><<a href="mailto:essen@ninenines.eu" target="_blank">essen@ninenines.eu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">gen_server:call/2 calls gen:call which handles the via tuple.<div><div class="h5"><br>
<br>
On 07/16/2018 04:38 PM, T Ty wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
Hello,<br>
<br>
Looking a the code I notice that a gen_server:cast({via, M, N}, Msg) would use M:send/2 but there does not seem to be a similar functionality for gen_server:call/2.<br>
<br>
Was this intentional ?<br>
<br>
Thanks<br>
<br>
<br></div></div>
______________________________<wbr>_________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/list<wbr>info/erlang-questions</a><br>
<br><span class="HOEnZb"><font color="#888888">
</font></span></blockquote><span class="HOEnZb"><font color="#888888">
<br>
-- <br>
Loïc Hoguin<br>
<a href="https://ninenines.eu" rel="noreferrer" target="_blank">https://ninenines.eu</a><br>
</font></span></blockquote></div><br></div></div>