this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Don't raise for unregistered remote name

garrison af98a3dc f088b8b4

+2 -1
+2 -1
lib/trinity/sim_process.ex
··· 119 119 Scheduler.handle_sent(pid) 120 120 Kernel.send(pid, message) 121 121 122 - [] -> raise ArgumentError, "Invalid destination #{inspect(name_node)}" 122 + # Unlike with a local name, sending a message to a remote name can never fail 123 + [] -> message 123 124 end 124 125 end 125 126