Srijan Choudhary's All Posts Feed for tag: erlang
Also available as an RSS feed here.
> Reply to
I can think of two reasons:
- You're not setting trap_exit and the process is exiting with
normal
reason. But it seems you're setting this. - The exit message is somehow getting "eaten" by some other
receive -> _
in your gen_server process.
Also, I don't think live reload should affect this. It should work across reloads.
Can you share the full code of your gen_server?
25 Apr 2021
Erlang: Dialyzer HTML Reports using rebar3
How I made a custom rebar3 plugin to generate HTML reports for dialyzer warnings

28 Mar 2021
Erlang: find cross-app calls using xref
Using xref magic to query compiled beam files and find cross-application function calls in Erlang

15 Apr 2016
Clean boot in erlang relx release
Booting Erlang release in clean or safe mode
3 Aug 2013
Basic Implementation of A* in Erlang
Implementing the path finding algorithm A* in Erlang
20 Feb 2013