Closed Raphexion closed 5 months ago
In some situations, the pid_holder is a registered process (e.g, MyApp.Supervisor). Process.info/1 does not support this, so we have to use Process.whereis/1 to resolve the actual pid.
This small issue was introduced between 1.9 and 1.10.
In some situations, the pid_holder is a registered process (e.g, MyApp.Supervisor). Process.info/1 does not support this, so we have to use Process.whereis/1 to resolve the actual pid.
This small issue was introduced between 1.9 and 1.10.